#18582C

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

Shades of Crusoe #18582C

Tints of Crusoe #18582C

Color information

#18582C (or 0x18582C) is unknown color: approx Crusoe. HEX triplet: 18, 58 and 2C. RGB value is (24,88,44). Sum of RGB (Red+Green+Blue) = 24+88+44=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 88 (34.77% from 255 or 56.41% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 88 - color contains mainly: green. Hex color #18582C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18582C is #E7A7D3. Grayscale: #3F3F3F. Windows color (decimal): -15181780 or 2906136. OLE color: 2906136.

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

Color convert

RGB248844-
CMYK0.7300.50.65
HSL138.75º57.14%21.96%-
HSV(B)138.75º72.73%34.51%-
XYZ4.327.363.57-
YUV63.85116.899.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.38%
GREEN value IS 88 (34.77% from 255) = 56.41%
BLUE value IS 44 (17.58% from 255) = 28.21%
R=15.38%
G=56.41%
B=28.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2488440.7300.50.65138.7557.1421.96
Hex18582C49032418b3916
Octal30130541110621012137126
Binary1100010110001011001001001011001010000011000101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18582C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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