#13571F

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

Shades of Crusoe #13571F

Tints of Crusoe #13571F

Color information

#13571F (or 0x13571F) is unknown color: approx Crusoe. HEX triplet: 13, 57 and 1F. RGB value is (19,87,31). Sum of RGB (Red+Green+Blue) = 19+87+31=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 87 (34.38% from 255 or 63.50% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 87 - color contains mainly: green. Hex color #13571F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13571F is #ECA8E0. Grayscale: #3C3C3C. Windows color (decimal): -15509729 or 2053907. OLE color: 2053907.

HSL color Cylindrical-coordinate representation of color #13571F: hue angle of 130.59º 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 #13571F is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB198731-
CMYK0.7800.640.66
HSL130.59º64.15%20.78%-
HSV(B)130.59º78.16%34.12%-
XYZ3.927.052.45-
YUV60.28111.4798.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 87 (34.38% from 255) = 63.50%
BLUE value IS 31 (12.5% from 255) = 22.63%
R=13.87%
G=63.50%
B=22.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1987310.7800.640.66130.5964.1520.78
Hex13571F4E04042834015
Octal2312737116010010220310025
Binary10011101011111111100111001000000100001010000011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13571F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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