#126527

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

Shades of Crusoe #126527

Tints of Crusoe #126527

Color information

#126527 (or 0x126527) is unknown color: approx Crusoe. HEX triplet: 12, 65 and 27. RGB value is (18,101,39). Sum of RGB (Red+Green+Blue) = 18+101+39=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 101 (39.84% from 255 or 63.92% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 101 - color contains mainly: green. Hex color #126527 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126527 is #ED9AD8. Grayscale: #454545. Windows color (decimal): -15571673 or 2581778. OLE color: 2581778.

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

Color convert

RGB1810139-
CMYK0.8200.610.60
HSL135.18º69.75%23.33%-
HSV(B)135.18º82.18%39.61%-
XYZ5.279.583.49-
YUV69.1111191.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 101 (39.84% from 255) = 63.92%
BLUE value IS 39 (15.62% from 255) = 24.68%
R=11.39%
G=63.92%
B=24.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101390.8200.610.60135.1869.7523.33
Hex1265275203D3C874617
Octal22145471220757420710627
Binary1001011001011001111010010011110111110010000111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126527; }

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

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

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

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

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

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

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

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