#18512E

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

Shades of Crusoe #18512E

Tints of Crusoe #18512E

Color information

#18512E (or 0x18512E) is unknown color: approx Crusoe. HEX triplet: 18, 51 and 2E. RGB value is (24,81,46). Sum of RGB (Red+Green+Blue) = 24+81+46=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 81 (32.03% from 255 or 53.64% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 81 - color contains mainly: green. Hex color #18512E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18512E is #E7AED1. Grayscale: #3C3C3C. Windows color (decimal): -15183570 or 3035416. OLE color: 3035416.

HSL color Cylindrical-coordinate representation of color #18512E: hue angle of 143.16º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18512E is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB248146-
CMYK0.7000.430.68
HSL143.16º54.29%20.59%-
HSV(B)143.16º70.37%31.76%-
XYZ3.816.283.6-
YUV59.97120.12102.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.89%
GREEN value IS 81 (32.03% from 255) = 53.64%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=15.89%
G=53.64%
B=30.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2481460.7000.430.68143.1654.2920.59
Hex18512E4602B448f3615
Octal30121561060531042176625
Binary1100010100011011101000110010101110001001000111111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18512E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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