#18512F

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

Shades of Crusoe #18512F

Tints of Crusoe #18512F

Color information

#18512F (or 0x18512F) is unknown color: approx Crusoe. HEX triplet: 18, 51 and 2F. RGB value is (24,81,47). Sum of RGB (Red+Green+Blue) = 24+81+47=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 81 (32.03% from 255 or 53.29% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 81 - color contains mainly: green. Hex color #18512F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18512F is #E7AED0. Grayscale: #3C3C3C. Windows color (decimal): -15183569 or 3100952. OLE color: 3100952.

HSL color Cylindrical-coordinate representation of color #18512F: hue angle of 144.21º 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 #18512F is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.

Color convert

RGB248147-
CMYK0.7000.420.68
HSL144.21º54.29%20.59%-
HSV(B)144.21º70.37%31.76%-
XYZ3.836.283.7-
YUV60.08120.62102.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 81 (32.03% from 255) = 53.29%
BLUE value IS 47 (18.75% from 255) = 30.92%
R=15.79%
G=53.29%
B=30.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2481470.7000.420.68144.2154.2920.59
Hex18512F4602A44903615
Octal30121571060521042206625
Binary1100010100011011111000110010101010001001001000011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18512F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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