#13150E

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

Shades of Rangoon Green #13150E

Tints of Rangoon Green #13150E

Color information

#13150E (or 0x13150E) is unknown color: approx Rangoon Green. HEX triplet: 13, 15 and 0E. RGB value is (19,21,14). Sum of RGB (Red+Green+Blue) = 19+21+14=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 14 (5.86% from 255 or 25.93% from 54); Max value from RGB is 21 - color contains mainly: green. Hex color #13150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13150E is #ECEAF1. Grayscale: #131313. Windows color (decimal): -15526642 or 922899. OLE color: 922899.

HSL color Cylindrical-coordinate representation of color #13150E: hue angle of 77.14º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #13150E is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.92.

Color convert

RGB192114-
CMYK0.1000.330.92
HSL77.14º20%6.86%-
HSV(B)77.14º33.33%8.24%-
XYZ0.620.710.52-
YUV19.6124.84127.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.19%
GREEN value IS 21 (8.59% from 255) = 38.89%
BLUE value IS 14 (5.86% from 255) = 25.93%
R=35.19%
G=38.89%
B=25.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1921140.1000.330.9277.14206.86
Hex1315EA0215C4d147
Octal23251612041134115247
Binary10011101011110101001000011011100100110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,21,14); }

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

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

 a { background-color: rgb(19,21,14); }

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

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

 span { border-color: rgb(19,21,14); }

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