#185828

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

Shades of Crusoe #185828

Tints of Crusoe #185828

Color information

#185828 (or 0x185828) is unknown color: approx Crusoe. HEX triplet: 18, 58 and 28. RGB value is (24,88,40). Sum of RGB (Red+Green+Blue) = 24+88+40=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 88 (34.77% from 255 or 57.89% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 88 - color contains mainly: green. Hex color #185828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185828 is #E7A7D7. Grayscale: #3F3F3F. Windows color (decimal): -15181784 or 2643992. OLE color: 2643992.

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

Color convert

RGB248840-
CMYK0.7300.550.65
HSL135º57.14%21.96%-
HSV(B)135º72.73%34.51%-
XYZ4.257.333.2-
YUV63.39114.899.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 88 (34.77% from 255) = 57.89%
BLUE value IS 40 (16.02% from 255) = 26.32%
R=15.79%
G=57.89%
B=26.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2488400.7300.550.6513557.1421.96
Hex1858284903741873916
Octal30130501110671012077126
Binary1100010110001010001001001011011110000011000011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185828; }

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

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

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

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

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

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

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

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