#18592E

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

Shades of Crusoe #18592E

Tints of Crusoe #18592E

Color information

#18592E (or 0x18592E) is unknown color: approx Crusoe. HEX triplet: 18, 59 and 2E. RGB value is (24,89,46). Sum of RGB (Red+Green+Blue) = 24+89+46=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #18592E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18592E is #E7A6D1. Grayscale: #404040. Windows color (decimal): -15181522 or 3037464. OLE color: 3037464.

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

Color convert

RGB248946-
CMYK0.7300.480.65
HSL140.31º57.52%22.16%-
HSV(B)140.31º73.03%34.9%-
XYZ4.447.543.81-
YUV64.66117.4799-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.09%
GREEN value IS 89 (35.16% from 255) = 55.97%
BLUE value IS 46 (18.36% from 255) = 28.93%
R=15.09%
G=55.97%
B=28.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2489460.7300.480.65140.3157.5222.16
Hex18592E49030418c3a16
Octal30131561110601012147226
Binary1100010110011011101001001011000010000011000110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18592E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18592E; }

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

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

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

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

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

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

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

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