#156132

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

Shades of Crusoe #156132

Tints of Crusoe #156132

Color information

#156132 (or 0x156132) is unknown color: approx Crusoe. HEX triplet: 15, 61 and 32. RGB value is (21,97,50). Sum of RGB (Red+Green+Blue) = 21+97+50=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 97 (38.28% from 255 or 57.74% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 97 - color contains mainly: green. Hex color #156132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156132 is #EA9ECD. Grayscale: #454545. Windows color (decimal): -15376078 or 3301653. OLE color: 3301653.

HSL color Cylindrical-coordinate representation of color #156132: hue angle of 142.89º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #156132 is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB219750-
CMYK0.7800.480.62
HSL142.89º64.41%23.14%-
HSV(B)142.89º78.35%38.04%-
XYZ5.168.944.47-
YUV68.92117.3293.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.5%
GREEN value IS 97 (38.28% from 255) = 57.74%
BLUE value IS 50 (19.92% from 255) = 29.76%
R=12.5%
G=57.74%
B=29.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2197500.7800.480.62142.8964.4123.14
Hex1561324E0303E8f4017
Octal25141621160607621710027
Binary1010111000011100101001110011000011111010001111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156132; }

 p { color: rgb(21,97,50); }

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

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

 a { background-color: rgb(21,97,50); }

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

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

 span { border-color: rgb(21,97,50); }

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