#126526

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

Shades of Crusoe #126526

Tints of Crusoe #126526

Color information

#126526 (or 0x126526) is unknown color: approx Crusoe. HEX triplet: 12, 65 and 26. RGB value is (18,101,38). Sum of RGB (Red+Green+Blue) = 18+101+38=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 101 (39.84% from 255 or 64.33% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 101 - color contains mainly: green. Hex color #126526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126526 is #ED9AD9. Grayscale: #454545. Windows color (decimal): -15571674 or 2516242. OLE color: 2516242.

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

Color convert

RGB1810138-
CMYK0.8200.620.60
HSL134.46º69.75%23.33%-
HSV(B)134.46º82.18%39.61%-
XYZ5.259.583.41-
YUV69110.591.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 101 (39.84% from 255) = 64.33%
BLUE value IS 38 (15.23% from 255) = 24.20%
R=11.46%
G=64.33%
B=24.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101380.8200.620.60134.4669.7523.33
Hex1265265203E3C864617
Octal22145461220767420610627
Binary1001011001011001101010010011111011110010000110100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126526; }

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

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

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

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

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

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

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

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