#13591F

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

Shades of Crusoe #13591F

Tints of Crusoe #13591F

Color information

#13591F (or 0x13591F) is unknown color: approx Crusoe. HEX triplet: 13, 59 and 1F. RGB value is (19,89,31). Sum of RGB (Red+Green+Blue) = 19+89+31=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 89 (35.16% from 255 or 64.03% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 89 - color contains mainly: green. Hex color #13591F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13591F is #ECA6E0. Grayscale: #3D3D3D. Windows color (decimal): -15509217 or 2054419. OLE color: 2054419.

HSL color Cylindrical-coordinate representation of color #13591F: hue angle of 130.29º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13591F is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB198931-
CMYK0.7900.650.65
HSL130.29º64.81%21.18%-
HSV(B)130.29º78.65%34.9%-
XYZ4.097.382.51-
YUV61.46110.8197.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 89 (35.16% from 255) = 64.03%
BLUE value IS 31 (12.5% from 255) = 22.30%
R=13.67%
G=64.03%
B=22.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1989310.7900.650.65130.2964.8121.18
Hex13591F4F04141824115
Octal2313137117010110120210125
Binary10011101100111111100111101000001100000110000010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13591F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,89,31); }

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

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

 a { background-color: rgb(19,89,31); }

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

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

 span { border-color: rgb(19,89,31); }

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