#185D28

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

Shades of Crusoe #185D28

Tints of Crusoe #185D28

Color information

#185D28 (or 0x185D28) is unknown color: approx Crusoe. HEX triplet: 18, 5D and 28. RGB value is (24,93,40). Sum of RGB (Red+Green+Blue) = 24+93+40=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 93 (36.72% from 255 or 59.24% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 93 - color contains mainly: green. Hex color #185D28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185D28 is #E7A2D7. Grayscale: #424242. Windows color (decimal): -15180504 or 2645272. OLE color: 2645272.

HSL color Cylindrical-coordinate representation of color #185D28: hue angle of 133.91º 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 #185D28 is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.

Color convert

RGB249340-
CMYK0.7400.570.64
HSL133.91º58.97%22.94%-
HSV(B)133.91º74.19%36.47%-
XYZ4.678.183.34-
YUV66.33113.1497.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.29%
GREEN value IS 93 (36.72% from 255) = 59.24%
BLUE value IS 40 (16.02% from 255) = 25.48%
R=15.29%
G=59.24%
B=25.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2493400.7400.570.64133.9158.9722.94
Hex185D284A03940863b17
Octal30135501120711002067327
Binary1100010111011010001001010011100110000001000011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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