#185D20

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

Shades of Crusoe #185D20

Tints of Crusoe #185D20

Color information

#185D20 (or 0x185D20) is unknown color: approx Crusoe. HEX triplet: 18, 5D and 20. RGB value is (24,93,32). Sum of RGB (Red+Green+Blue) = 24+93+32=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 93 (36.72% from 255 or 62.42% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 93 - color contains mainly: green. Hex color #185D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185D20 is #E7A2DF. Grayscale: #414141. Windows color (decimal): -15180512 or 2120984. OLE color: 2120984.

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

Color convert

RGB249332-
CMYK0.7400.660.64
HSL126.96º58.97%22.94%-
HSV(B)126.96º74.19%36.47%-
XYZ4.558.132.7-
YUV65.41109.1498.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.11%
GREEN value IS 93 (36.72% from 255) = 62.42%
BLUE value IS 32 (12.89% from 255) = 21.48%
R=16.11%
G=62.42%
B=21.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2493320.7400.660.64126.9658.9722.94
Hex185D204A042407f3b17
Octal301354011201021001777327
Binary1100010111011000001001010010000101000000111111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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