#13591E

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

Shades of Crusoe #13591E

Tints of Crusoe #13591E

Color information

#13591E (or 0x13591E) is unknown color: approx Crusoe. HEX triplet: 13, 59 and 1E. RGB value is (19,89,30). Sum of RGB (Red+Green+Blue) = 19+89+30=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 89 (35.16% from 255 or 64.49% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 89 - color contains mainly: green. Hex color #13591E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13591E is #ECA6E1. Grayscale: #3D3D3D. Windows color (decimal): -15509218 or 1988883. OLE color: 1988883.

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

Color convert

RGB198930-
CMYK0.7900.660.65
HSL129.43º64.81%21.18%-
HSV(B)129.43º78.65%34.9%-
XYZ4.087.382.44-
YUV61.34110.3197.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.77%
GREEN value IS 89 (35.16% from 255) = 64.49%
BLUE value IS 30 (12.11% from 255) = 21.74%
R=13.77%
G=64.49%
B=21.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1989300.7900.660.65129.4364.8121.18
Hex13591E4F04241814115
Octal2313136117010210120110125
Binary10011101100111110100111101000010100000110000001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13591E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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