#15562F

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

Shades of Crusoe #15562F

Tints of Crusoe #15562F

Color information

#15562F (or 0x15562F) is unknown color: approx Crusoe. HEX triplet: 15, 56 and 2F. RGB value is (21,86,47). Sum of RGB (Red+Green+Blue) = 21+86+47=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 86 (33.98% from 255 or 55.84% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 86 - color contains mainly: green. Hex color #15562F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15562F is #EAA9D0. Grayscale: #3E3E3E. Windows color (decimal): -15378897 or 3102229. OLE color: 3102229.

HSL color Cylindrical-coordinate representation of color #15562F: hue angle of 144º 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 #15562F is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB218647-
CMYK0.7600.450.66
HSL144º60.75%20.98%-
HSV(B)144º75.58%33.73%-
XYZ4.157.023.83-
YUV62.12119.4798.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.64%
GREEN value IS 86 (33.98% from 255) = 55.84%
BLUE value IS 47 (18.75% from 255) = 30.52%
R=13.64%
G=55.84%
B=30.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2186470.7600.450.6614460.7520.98
Hex15562F4C02D42903d15
Octal25126571140551022207525
Binary1010110101101011111001100010110110000101001000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15562F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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