#126124

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

Shades of Crusoe #126124

Tints of Crusoe #126124

Color information

#126124 (or 0x126124) is unknown color: approx Crusoe. HEX triplet: 12, 61 and 24. RGB value is (18,97,36). Sum of RGB (Red+Green+Blue) = 18+97+36=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 97 (38.28% from 255 or 64.24% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 97 - color contains mainly: green. Hex color #126124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126124 is #ED9EDB. Grayscale: #424242. Windows color (decimal): -15572700 or 2384146. OLE color: 2384146.

HSL color Cylindrical-coordinate representation of color #126124: hue angle of 133.67º 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 #126124 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB189736-
CMYK0.8100.630.62
HSL133.67º68.7%22.55%-
HSV(B)133.67º81.44%38.04%-
XYZ4.848.813.11-
YUV66.42110.8393.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 97 (38.28% from 255) = 64.24%
BLUE value IS 36 (14.45% from 255) = 23.84%
R=11.92%
G=64.24%
B=23.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897360.8100.630.62133.6768.722.55
Hex1261245103F3E864517
Octal22141441210777620610527
Binary1001011000011001001010001011111111111010000110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126124; }

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

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

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

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

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

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

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

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