#126529

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

Shades of Crusoe #126529

Tints of Crusoe #126529

Color information

#126529 (or 0x126529) is unknown color: approx Crusoe. HEX triplet: 12, 65 and 29. RGB value is (18,101,41). Sum of RGB (Red+Green+Blue) = 18+101+41=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 101 (39.84% from 255 or 63.12% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 101 - color contains mainly: green. Hex color #126529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126529 is #ED9AD6. Grayscale: #454545. Windows color (decimal): -15571671 or 2712850. OLE color: 2712850.

HSL color Cylindrical-coordinate representation of color #126529: hue angle of 136.63º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126529 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB1810141-
CMYK0.8200.590.60
HSL136.63º69.75%23.33%-
HSV(B)136.63º82.18%39.61%-
XYZ5.39.63.67-
YUV69.3411291.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 101 (39.84% from 255) = 63.12%
BLUE value IS 41 (16.41% from 255) = 25.62%
R=11.25%
G=63.12%
B=25.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101410.8200.590.60136.6369.7523.33
Hex1265295203B3C894617
Octal22145511220737421110627
Binary1001011001011010011010010011101111110010001001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126529; }

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

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

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

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

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

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

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

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