#126118

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

Shades of Crusoe #126118

Tints of Crusoe #126118

Color information

#126118 (or 0x126118) is unknown color: approx Crusoe. HEX triplet: 12, 61 and 18. RGB value is (18,97,24). Sum of RGB (Red+Green+Blue) = 18+97+24=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 97 (38.28% from 255 or 69.78% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 97 - color contains mainly: green. Hex color #126118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126118 is #ED9EE7. Grayscale: #414141. Windows color (decimal): -15572712 or 1597714. OLE color: 1597714.

HSL color Cylindrical-coordinate representation of color #126118: hue angle of 124.56º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126118 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB189724-
CMYK0.8100.750.62
HSL124.56º68.7%22.55%-
HSV(B)124.56º81.44%38.04%-
XYZ4.698.742.3-
YUV65.06104.8394.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 97 (38.28% from 255) = 69.78%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=12.95%
G=69.78%
B=17.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897240.8100.750.62124.5668.722.55
Hex1261185104B3E7d4517
Octal221413012101137617510527
Binary100101100001110001010001010010111111101111101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126118; }

 p { color: rgb(18,97,24); }

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

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

 a { background-color: rgb(18,97,24); }

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

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

 span { border-color: rgb(18,97,24); }

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