#126031

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

Shades of Crusoe #126031

Tints of Crusoe #126031

Color information

#126031 (or 0x126031) is unknown color: approx Crusoe. HEX triplet: 12, 60 and 31. RGB value is (18,96,49). Sum of RGB (Red+Green+Blue) = 18+96+49=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #126031 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126031 is #ED9FCE. Grayscale: #434343. Windows color (decimal): -15572943 or 3235858. OLE color: 3235858.

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

Color convert

RGB189649-
CMYK0.8100.490.62
HSL143.85º68.42%22.35%-
HSV(B)143.85º81.25%37.65%-
XYZ4.998.724.33-
YUV67.32117.6692.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 96 (37.89% from 255) = 58.90%
BLUE value IS 49 (19.53% from 255) = 30.06%
R=11.04%
G=58.90%
B=30.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896490.8100.490.62143.8568.4222.35
Hex126031510313E904416
Octal22140611210617622010426
Binary1001011000001100011010001011000111111010010000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126031; }

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

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

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

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

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

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

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

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