#13562F

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

Shades of Crusoe #13562F

Tints of Crusoe #13562F

Color information

#13562F (or 0x13562F) is unknown color: approx Crusoe. HEX triplet: 13, 56 and 2F. RGB value is (19,86,47). Sum of RGB (Red+Green+Blue) = 19+86+47=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 86 (33.98% from 255 or 56.58% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 86 - color contains mainly: green. Hex color #13562F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13562F is #ECA9D0. Grayscale: #3D3D3D. Windows color (decimal): -15509969 or 3102227. OLE color: 3102227.

HSL color Cylindrical-coordinate representation of color #13562F: hue angle of 145.07º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13562F is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB198647-
CMYK0.7800.450.66
HSL145.07º63.81%20.59%-
HSV(B)145.07º77.91%33.73%-
XYZ4.1173.82-
YUV61.52119.897.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 86 (33.98% from 255) = 56.58%
BLUE value IS 47 (18.75% from 255) = 30.92%
R=12.5%
G=56.58%
B=30.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1986470.7800.450.66145.0763.8120.59
Hex13562F4E02D42914015
Octal231265711605510222110025
Binary10011101011010111110011100101101100001010010001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13562F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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