#185824

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

Shades of Crusoe #185824

Tints of Crusoe #185824

Color information

#185824 (or 0x185824) is unknown color: approx Crusoe. HEX triplet: 18, 58 and 24. RGB value is (24,88,36). Sum of RGB (Red+Green+Blue) = 24+88+36=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 88 (34.77% from 255 or 59.46% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 88 - color contains mainly: green. Hex color #185824 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185824 is #E7A7DB. Grayscale: #3F3F3F. Windows color (decimal): -15181788 or 2381848. OLE color: 2381848.

HSL color Cylindrical-coordinate representation of color #185824: hue angle of 131.25º degrees, saturation: 0.57, 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 #185824 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB248836-
CMYK0.7300.590.65
HSL131.25º57.14%21.96%-
HSV(B)131.25º72.73%34.51%-
XYZ4.187.32.86-
YUV62.94112.8100.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.22%
GREEN value IS 88 (34.77% from 255) = 59.46%
BLUE value IS 36 (14.45% from 255) = 24.32%
R=16.22%
G=59.46%
B=24.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2488360.7300.590.65131.2557.1421.96
Hex1858244903B41833916
Octal30130441110731012037126
Binary1100010110001001001001001011101110000011000001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185824; }

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

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

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

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

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

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

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

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