#13581E

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

Shades of Crusoe #13581E

Tints of Crusoe #13581E

Color information

#13581E (or 0x13581E) is unknown color: approx Crusoe. HEX triplet: 13, 58 and 1E. RGB value is (19,88,30). Sum of RGB (Red+Green+Blue) = 19+88+30=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 88 (34.77% from 255 or 64.23% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 88 - color contains mainly: green. Hex color #13581E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13581E is #ECA7E1. Grayscale: #3C3C3C. Windows color (decimal): -15509474 or 1988627. OLE color: 1988627.

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

Color convert

RGB198830-
CMYK0.7800.660.65
HSL129.57º64.49%20.98%-
HSV(B)129.57º78.41%34.51%-
XYZ3.997.212.41-
YUV60.76110.6498.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 88 (34.77% from 255) = 64.23%
BLUE value IS 30 (12.11% from 255) = 21.90%
R=13.87%
G=64.23%
B=21.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1988300.7800.660.65129.5764.4920.98
Hex13581E4E04241824015
Octal2313036116010210120210025
Binary10011101100011110100111001000010100000110000010100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13581E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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