#18562D

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

Shades of Crusoe #18562D

Tints of Crusoe #18562D

Color information

#18562D (or 0x18562D) is unknown color: approx Crusoe. HEX triplet: 18, 56 and 2D. RGB value is (24,86,45). Sum of RGB (Red+Green+Blue) = 24+86+45=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 86 (33.98% from 255 or 55.48% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 86 - color contains mainly: green. Hex color #18562D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18562D is #E7A9D2. Grayscale: #3E3E3E. Windows color (decimal): -15182291 or 2971160. OLE color: 2971160.

HSL color Cylindrical-coordinate representation of color #18562D: hue angle of 140.32º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #18562D is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB248645-
CMYK0.7200.480.66
HSL140.32º56.36%21.57%-
HSV(B)140.32º72.09%33.73%-
XYZ4.187.043.62-
YUV62.79117.96100.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.48%
GREEN value IS 86 (33.98% from 255) = 55.48%
BLUE value IS 45 (17.97% from 255) = 29.03%
R=15.48%
G=55.48%
B=29.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2486450.7200.480.66140.3256.3621.57
Hex18562D48030428c3816
Octal30126551100601022147026
Binary1100010101101011011001000011000010000101000110011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18562D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18562D; }

 p { color: rgb(24,86,45); }

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

<style>
 a { background-color: #18562D; }

 a { background-color: rgb(24,86,45); }

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

<style>
 span { border-color: #18562D; }

 span { border-color: rgb(24,86,45); }

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