#125920

Color #125920 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #125920

Tints of Crusoe #125920

Color information

#125920 (or 0x125920) is unknown color: approx Crusoe. HEX triplet: 12, 59 and 20. RGB value is (18,89,32). Sum of RGB (Red+Green+Blue) = 18+89+32=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 89 (35.16% from 255 or 64.03% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 89 - color contains mainly: green. Hex color #125920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125920 is #EDA6DF. Grayscale: #3D3D3D. Windows color (decimal): -15574752 or 2119954. OLE color: 2119954.

HSL color Cylindrical-coordinate representation of color #125920: hue angle of 131.83º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125920 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB188932-
CMYK0.8000.640.65
HSL131.83º66.36%20.98%-
HSV(B)131.83º79.78%34.9%-
XYZ4.087.382.58-
YUV61.27111.4897.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 89 (35.16% from 255) = 64.03%
BLUE value IS 32 (12.89% from 255) = 23.02%
R=12.95%
G=64.03%
B=23.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889320.8000.640.65131.8366.3620.98
Hex1259205004041844215
Octal2213140120010010120410225
Binary100101011001100000101000001000000100000110000100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125920; }

 p { color: rgb(18,89,32); }

 H1.HeaderClassName
 {
   color: #125920;
 }
 .AnyTagClassName
 {
   color: #125920;
 }
</style>
background-color css

<style>
 a { background-color: #125920; }

 a { background-color: rgb(18,89,32); }

 div.DivClassName
 {
   background-color: #125920;
 }
 .BgClassName
 {
   background-color: #125920;
 }
</style>
border-color css

<style>
 span { border-color: #125920; }

 span { border-color: rgb(18,89,32); }

 td.TdClassName
 {
   border-color: #125920;
 }
 .TagClassName
 {
   border-color: #125920;
 }
</style>