#13591D

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

Shades of Crusoe #13591D

Tints of Crusoe #13591D

Color information

#13591D (or 0x13591D) is unknown color: approx Crusoe. HEX triplet: 13, 59 and 1D. RGB value is (19,89,29). Sum of RGB (Red+Green+Blue) = 19+89+29=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 89 (35.16% from 255 or 64.96% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 89 - color contains mainly: green. Hex color #13591D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13591D is #ECA6E2. Grayscale: #3D3D3D. Windows color (decimal): -15509219 or 1923347. OLE color: 1923347.

HSL color Cylindrical-coordinate representation of color #13591D: hue angle of 128.57º 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 #13591D is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB198929-
CMYK0.7900.670.65
HSL128.57º64.81%21.18%-
HSV(B)128.57º78.65%34.9%-
XYZ4.067.372.37-
YUV61.23109.8197.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 89 (35.16% from 255) = 64.96%
BLUE value IS 29 (11.72% from 255) = 21.17%
R=13.87%
G=64.96%
B=21.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1989290.7900.670.65128.5764.8121.18
Hex13591D4F04341814115
Octal2313135117010310120110125
Binary10011101100111101100111101000011100000110000001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13591D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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