#126218

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

Shades of Crusoe #126218

Tints of Crusoe #126218

Color information

#126218 (or 0x126218) is unknown color: approx Crusoe. HEX triplet: 12, 62 and 18. RGB value is (18,98,24). Sum of RGB (Red+Green+Blue) = 18+98+24=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 98 (38.67% from 255 or 70% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 98 - color contains mainly: green. Hex color #126218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126218 is #ED9DE7. Grayscale: #414141. Windows color (decimal): -15572456 or 1597970. OLE color: 1597970.

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

Color convert

RGB189824-
CMYK0.8200.760.62
HSL124.5º68.97%22.75%-
HSV(B)124.5º81.63%38.43%-
XYZ4.788.932.34-
YUV65.64104.594.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.86%
GREEN value IS 98 (38.67% from 255) = 70%
BLUE value IS 24 (9.77% from 255) = 17.14%
R=12.86%
G=70%
B=17.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898240.8200.760.62124.568.9722.75
Hex1262185204C3E7c4517
Octal221423012201147617410527
Binary100101100010110001010010010011001111101111100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126218; }

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

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

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

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

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

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

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

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