#126032

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

Shades of Crusoe #126032

Tints of Crusoe #126032

Color information

#126032 (or 0x126032) is unknown color: approx Crusoe. HEX triplet: 12, 60 and 32. RGB value is (18,96,50). Sum of RGB (Red+Green+Blue) = 18+96+50=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #126032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126032 is #ED9FCD. Grayscale: #434343. Windows color (decimal): -15572942 or 3301394. OLE color: 3301394.

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

Color convert

RGB189650-
CMYK0.8100.480.62
HSL144.62º68.42%22.35%-
HSV(B)144.62º81.25%37.65%-
XYZ5.018.724.44-
YUV67.43118.1692.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 96 (37.89% from 255) = 58.54%
BLUE value IS 50 (19.92% from 255) = 30.49%
R=10.98%
G=58.54%
B=30.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896500.8100.480.62144.6268.4222.35
Hex126032510303E914416
Octal22140621210607622110426
Binary1001011000001100101010001011000011111010010001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126032; }

 p { color: rgb(18,96,50); }

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

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

 a { background-color: rgb(18,96,50); }

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

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

 span { border-color: rgb(18,96,50); }

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