#18582E

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

Shades of Crusoe #18582E

Tints of Crusoe #18582E

Color information

#18582E (or 0x18582E) is unknown color: approx Crusoe. HEX triplet: 18, 58 and 2E. RGB value is (24,88,46). Sum of RGB (Red+Green+Blue) = 24+88+46=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 88 (34.77% from 255 or 55.70% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 88 - color contains mainly: green. Hex color #18582E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18582E is #E7A7D1. Grayscale: #404040. Windows color (decimal): -15181778 or 3037208. OLE color: 3037208.

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

Color convert

RGB248846-
CMYK0.7300.480.65
HSL140.62º57.14%21.96%-
HSV(B)140.62º72.73%34.51%-
XYZ4.367.373.78-
YUV64.08117.899.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.19%
GREEN value IS 88 (34.77% from 255) = 55.70%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=15.19%
G=55.70%
B=29.11%

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
Decimal2488460.7300.480.65140.6257.1421.96
Hex18582E49030418d3916
Octal30130561110601012157126
Binary1100010110001011101001001011000010000011000110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18582E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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