#185224

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

Shades of Crusoe #185224

Tints of Crusoe #185224

Color information

#185224 (or 0x185224) is unknown color: approx Crusoe. HEX triplet: 18, 52 and 24. RGB value is (24,82,36). Sum of RGB (Red+Green+Blue) = 24+82+36=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 82 (32.42% from 255 or 57.75% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 82 - color contains mainly: green. Hex color #185224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185224 is #E7ADDB. Grayscale: #3B3B3B. Windows color (decimal): -15183324 or 2380312. OLE color: 2380312.

HSL color Cylindrical-coordinate representation of color #185224: hue angle of 132.41º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185224 is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB248236-
CMYK0.7100.560.68
HSL132.41º54.72%20.78%-
HSV(B)132.41º70.73%32.16%-
XYZ3.716.362.7-
YUV59.41114.78102.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.90%
GREEN value IS 82 (32.42% from 255) = 57.75%
BLUE value IS 36 (14.45% from 255) = 25.35%
R=16.90%
G=57.75%
B=25.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2482360.7100.560.68132.4154.7220.78
Hex1852244703844843715
Octal30122441070701042046725
Binary1100010100101001001000111011100010001001000010011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185224; }

 p { color: rgb(24,82,36); }

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

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

 a { background-color: rgb(24,82,36); }

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

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

 span { border-color: rgb(24,82,36); }

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