#156129

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

Shades of Crusoe #156129

Tints of Crusoe #156129

Color information

#156129 (or 0x156129) is unknown color: approx Crusoe. HEX triplet: 15, 61 and 29. RGB value is (21,97,41). Sum of RGB (Red+Green+Blue) = 21+97+41=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 97 (38.28% from 255 or 61.01% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 97 - color contains mainly: green. Hex color #156129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156129 is #EA9ED6. Grayscale: #444444. Windows color (decimal): -15376087 or 2711829. OLE color: 2711829.

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

Color convert

RGB219741-
CMYK0.7800.580.62
HSL135.79º64.41%23.14%-
HSV(B)135.79º78.35%38.04%-
XYZ4.988.873.55-
YUV67.89112.8294.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.21%
GREEN value IS 97 (38.28% from 255) = 61.01%
BLUE value IS 41 (16.41% from 255) = 25.79%
R=13.21%
G=61.01%
B=25.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2197410.7800.580.62135.7964.4123.14
Hex1561294E03A3E884017
Octal25141511160727621010027
Binary1010111000011010011001110011101011111010001000100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156129; }

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

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

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

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

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

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

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

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