#13511E

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

Shades of Crusoe #13511E

Tints of Crusoe #13511E

Color information

#13511E (or 0x13511E) is unknown color: approx Crusoe. HEX triplet: 13, 51 and 1E. RGB value is (19,81,30). Sum of RGB (Red+Green+Blue) = 19+81+30=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 81 (32.03% from 255 or 62.31% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 81 - color contains mainly: green. Hex color #13511E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13511E is #ECAEE1. Grayscale: #383838. Windows color (decimal): -15511266 or 1986835. OLE color: 1986835.

HSL color Cylindrical-coordinate representation of color #13511E: hue angle of 130.65º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13511E is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB198130-
CMYK0.7700.630.68
HSL130.65º62%19.61%-
HSV(B)130.65º76.54%31.76%-
XYZ3.456.122.23-
YUV56.65112.96101.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.62%
GREEN value IS 81 (32.03% from 255) = 62.31%
BLUE value IS 30 (12.11% from 255) = 23.08%
R=14.62%
G=62.31%
B=23.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1981300.7700.630.68130.656219.61
Hex13511E4D03F44833e14
Octal23121361150771042037624
Binary100111010001111101001101011111110001001000001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13511E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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