#126029

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

Shades of Crusoe #126029

Tints of Crusoe #126029

Color information

#126029 (or 0x126029) is unknown color: approx Crusoe. HEX triplet: 12, 60 and 29. RGB value is (18,96,41). Sum of RGB (Red+Green+Blue) = 18+96+41=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #126029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126029 is #ED9FD6. Grayscale: #424242. Windows color (decimal): -15572951 or 2711570. OLE color: 2711570.

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

Color convert

RGB189641-
CMYK0.8100.570.62
HSL137.69º68.42%22.35%-
HSV(B)137.69º81.25%37.65%-
XYZ4.838.653.51-
YUV66.41113.6693.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 96 (37.89% from 255) = 61.94%
BLUE value IS 41 (16.41% from 255) = 26.45%
R=11.61%
G=61.94%
B=26.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896410.8100.570.62137.6968.4222.35
Hex126029510393E8a4416
Octal22140511210717621210426
Binary1001011000001010011010001011100111111010001010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126029; }

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

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

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

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

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

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

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

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