#13501E

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

Shades of Crusoe #13501E

Tints of Crusoe #13501E

Color information

#13501E (or 0x13501E) is unknown color: approx Crusoe. HEX triplet: 13, 50 and 1E. RGB value is (19,80,30). Sum of RGB (Red+Green+Blue) = 19+80+30=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 80 (31.64% from 255 or 62.02% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 80 - color contains mainly: green. Hex color #13501E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13501E is #ECAFE1. Grayscale: #383838. Windows color (decimal): -15511522 or 1986579. OLE color: 1986579.

HSL color Cylindrical-coordinate representation of color #13501E: hue angle of 130.82º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13501E is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB198030-
CMYK0.7600.620.69
HSL130.82º61.62%19.41%-
HSV(B)130.82º76.25%31.37%-
XYZ3.375.972.2-
YUV56.06113.29101.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.73%
GREEN value IS 80 (31.64% from 255) = 62.02%
BLUE value IS 30 (12.11% from 255) = 23.26%
R=14.73%
G=62.02%
B=23.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1980300.7600.620.69130.8261.6219.41
Hex13501E4C03E45833e13
Octal23120361140761052037623
Binary100111010000111101001100011111010001011000001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13501E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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