#156529

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

Shades of Crusoe #156529

Tints of Crusoe #156529

Color information

#156529 (or 0x156529) is unknown color: approx Crusoe. HEX triplet: 15, 65 and 29. RGB value is (21,101,41). Sum of RGB (Red+Green+Blue) = 21+101+41=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 101 (39.84% from 255 or 61.96% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 101 - color contains mainly: green. Hex color #156529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156529 is #EA9AD6. Grayscale: #464646. Windows color (decimal): -15375063 or 2712853. OLE color: 2712853.

HSL color Cylindrical-coordinate representation of color #156529: hue angle of 135º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156529 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB2110141-
CMYK0.7900.590.60
HSL135º65.57%23.92%-
HSV(B)135º79.21%39.61%-
XYZ5.369.633.67-
YUV70.24111.592.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.88%
GREEN value IS 101 (39.84% from 255) = 61.96%
BLUE value IS 41 (16.41% from 255) = 25.15%
R=12.88%
G=61.96%
B=25.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21101410.7900.590.6013565.5723.92
Hex1565294F03B3C874218
Octal25145511170737420710230
Binary1010111001011010011001111011101111110010000111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156529; }

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

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

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

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

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

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

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

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