#156126

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

Shades of Crusoe #156126

Tints of Crusoe #156126

Color information

#156126 (or 0x156126) is unknown color: approx Crusoe. HEX triplet: 15, 61 and 26. RGB value is (21,97,38). Sum of RGB (Red+Green+Blue) = 21+97+38=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 97 (38.28% from 255 or 62.18% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 97 - color contains mainly: green. Hex color #156126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156126 is #EA9ED9. Grayscale: #434343. Windows color (decimal): -15376090 or 2515221. OLE color: 2515221.

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

Color convert

RGB219738-
CMYK0.7800.610.62
HSL133.42º64.41%23.14%-
HSV(B)133.42º78.35%38.04%-
XYZ4.938.853.28-
YUV67.55111.3294.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 97 (38.28% from 255) = 62.18%
BLUE value IS 38 (15.23% from 255) = 24.36%
R=13.46%
G=62.18%
B=24.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2197380.7800.610.62133.4264.4123.14
Hex1561264E03D3E854017
Octal25141461160757620510027
Binary1010111000011001101001110011110111111010000101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156126; }

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

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

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

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

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

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

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

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