#185424

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

Shades of Crusoe #185424

Tints of Crusoe #185424

Color information

#185424 (or 0x185424) is unknown color: approx Crusoe. HEX triplet: 18, 54 and 24. RGB value is (24,84,36). Sum of RGB (Red+Green+Blue) = 24+84+36=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 84 (33.20% from 255 or 58.33% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 84 - color contains mainly: green. Hex color #185424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185424 is #E7ABDB. Grayscale: #3C3C3C. Windows color (decimal): -15182812 or 2380824. OLE color: 2380824.

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

Color convert

RGB248436-
CMYK0.7100.570.67
HSL132º55.56%21.18%-
HSV(B)132º71.43%32.94%-
XYZ3.876.662.75-
YUV60.59114.12101.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.67%
GREEN value IS 84 (33.20% from 255) = 58.33%
BLUE value IS 36 (14.45% from 255) = 25%
R=16.67%
G=58.33%
B=25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2484360.7100.570.6713255.5621.18
Hex1854244703943843815
Octal30124441070711032047025
Binary1100010101001001001000111011100110000111000010011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185424; }

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

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

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

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

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

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

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

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