#185E21

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

Shades of Crusoe #185E21

Tints of Crusoe #185E21

Color information

#185E21 (or 0x185E21) is unknown color: approx Crusoe. HEX triplet: 18, 5E and 21. RGB value is (24,94,33). Sum of RGB (Red+Green+Blue) = 24+94+33=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 94 (37.11% from 255 or 62.25% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 94 - color contains mainly: green. Hex color #185E21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185E21 is #E7A1DE. Grayscale: #424242. Windows color (decimal): -15180255 or 2186776. OLE color: 2186776.

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

Color convert

RGB249433-
CMYK0.7400.650.63
HSL127.71º59.32%23.14%-
HSV(B)127.71º74.47%36.86%-
XYZ4.658.312.8-
YUV66.12109.3197.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.89%
GREEN value IS 94 (37.11% from 255) = 62.25%
BLUE value IS 33 (13.28% from 255) = 21.85%
R=15.89%
G=62.25%
B=21.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2494330.7400.650.63127.7159.3223.14
Hex185E214A0413F803b17
Octal30136411120101772007327
Binary1100010111101000011001010010000011111111000000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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