#156436

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

Shades of Crusoe #156436

Tints of Crusoe #156436

Color information

#156436 (or 0x156436) is unknown color: approx Crusoe. HEX triplet: 15, 64 and 36. RGB value is (21,100,54). Sum of RGB (Red+Green+Blue) = 21+100+54=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 100 (39.45% from 255 or 57.14% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 100 - color contains mainly: green. Hex color #156436 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156436 is #EA9BC9. Grayscale: #474747. Windows color (decimal): -15375306 or 3564565. OLE color: 3564565.

HSL color Cylindrical-coordinate representation of color #156436: hue angle of 145.06º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156436 is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB2110054-
CMYK0.7900.460.61
HSL145.06º65.29%23.73%-
HSV(B)145.06º79%39.22%-
XYZ5.539.545.04-
YUV71.14118.3392.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12%
GREEN value IS 100 (39.45% from 255) = 57.14%
BLUE value IS 54 (21.48% from 255) = 30.86%
R=12%
G=57.14%
B=30.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal21100540.7900.460.61145.0665.2923.73
Hex1564364F02E3D914118
Octal25144661170567522110130
Binary1010111001001101101001111010111011110110010001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156436; }

 p { color: rgb(21,100,54); }

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

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

 a { background-color: rgb(21,100,54); }

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

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

 span { border-color: rgb(21,100,54); }

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