#15562D

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

Shades of Crusoe #15562D

Tints of Crusoe #15562D

Color information

#15562D (or 0x15562D) is unknown color: approx Crusoe. HEX triplet: 15, 56 and 2D. RGB value is (21,86,45). Sum of RGB (Red+Green+Blue) = 21+86+45=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 86 (33.98% from 255 or 56.58% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 86 - color contains mainly: green. Hex color #15562D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15562D is #EAA9D2. Grayscale: #3D3D3D. Windows color (decimal): -15378899 or 2971157. OLE color: 2971157.

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

Color convert

RGB218645-
CMYK0.7600.480.66
HSL142.15º60.75%20.98%-
HSV(B)142.15º75.58%33.73%-
XYZ4.1173.62-
YUV61.89118.4798.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 86 (33.98% from 255) = 56.58%
BLUE value IS 45 (17.97% from 255) = 29.61%
R=13.82%
G=56.58%
B=29.61%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2186450.7600.480.66142.1560.7520.98
Hex15562D4C030428e3d15
Octal25126551140601022167525
Binary1010110101101011011001100011000010000101000111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15562D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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