#185E20

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

Shades of Crusoe #185E20

Tints of Crusoe #185E20

Color information

#185E20 (or 0x185E20) is unknown color: approx Crusoe. HEX triplet: 18, 5E and 20. RGB value is (24,94,32). Sum of RGB (Red+Green+Blue) = 24+94+32=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 94 (37.11% from 255 or 62.67% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 94 - color contains mainly: green. Hex color #185E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185E20 is #E7A1DF. Grayscale: #424242. Windows color (decimal): -15180256 or 2121240. OLE color: 2121240.

HSL color Cylindrical-coordinate representation of color #185E20: hue angle of 126.86º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185E20 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.63.

Color convert

RGB249432-
CMYK0.7400.660.63
HSL126.86º59.32%23.14%-
HSV(B)126.86º74.47%36.86%-
XYZ4.648.32.72-
YUV66108.8198.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16%
GREEN value IS 94 (37.11% from 255) = 62.67%
BLUE value IS 32 (12.89% from 255) = 21.33%
R=16%
G=62.67%
B=21.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2494320.7400.660.63126.8659.3223.14
Hex185E204A0423F7f3b17
Octal30136401120102771777327
Binary110001011110100000100101001000010111111111111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185E20; }

 p { color: rgb(24,94,32); }

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

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

 a { background-color: rgb(24,94,32); }

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

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

 span { border-color: rgb(24,94,32); }

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