#185928

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

Shades of Crusoe #185928

Tints of Crusoe #185928

Color information

#185928 (or 0x185928) is unknown color: approx Crusoe. HEX triplet: 18, 59 and 28. RGB value is (24,89,40). Sum of RGB (Red+Green+Blue) = 24+89+40=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 89 (35.16% from 255 or 58.17% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 89 - color contains mainly: green. Hex color #185928 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185928 is #E7A6D7. Grayscale: #404040. Windows color (decimal): -15181528 or 2644248. OLE color: 2644248.

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

Color convert

RGB248940-
CMYK0.7300.550.65
HSL134.77º57.52%22.16%-
HSV(B)134.77º73.03%34.9%-
XYZ4.337.493.23-
YUV63.98114.4799.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.69%
GREEN value IS 89 (35.16% from 255) = 58.17%
BLUE value IS 40 (16.02% from 255) = 26.14%
R=15.69%
G=58.17%
B=26.14%

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
Decimal2489400.7300.550.65134.7757.5222.16
Hex1859284903741873a16
Octal30131501110671012077226
Binary1100010110011010001001001011011110000011000011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185928; }

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

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

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

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

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

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

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

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