#185924

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

Shades of Crusoe #185924

Tints of Crusoe #185924

Color information

#185924 (or 0x185924) is unknown color: approx Crusoe. HEX triplet: 18, 59 and 24. RGB value is (24,89,36). Sum of RGB (Red+Green+Blue) = 24+89+36=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 89 (35.16% from 255 or 59.73% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 89 - color contains mainly: green. Hex color #185924 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185924 is #E7A6DB. Grayscale: #3F3F3F. Windows color (decimal): -15181532 or 2382104. OLE color: 2382104.

HSL color Cylindrical-coordinate representation of color #185924: hue angle of 131.08º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #185924 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB248936-
CMYK0.7300.600.65
HSL131.08º57.52%22.16%-
HSV(B)131.08º73.03%34.9%-
XYZ4.277.472.89-
YUV63.52112.4799.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.11%
GREEN value IS 89 (35.16% from 255) = 59.73%
BLUE value IS 36 (14.45% from 255) = 24.16%
R=16.11%
G=59.73%
B=24.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2489360.7300.600.65131.0857.5222.16
Hex1859244903C41833a16
Octal30131441110741012037226
Binary1100010110011001001001001011110010000011000001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185924; }

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

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

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

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

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

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

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

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