Html Css Color HEX #13160A Rangoon Green

📋 copy color: '#13160A'

red 19 ◦ green 22 ◦ blue 10

#13160A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rangoon Green #13160A

Tints of Rangoon Green #13160A

RGB

 RED value IS 19 (7.81% from 255) = 37.25%

 GREEN value IS 22 (8.98% from 255) = 43.14%

 BLUE value IS 10 (4.3% from 255) = 19.61%

R = 37.25%
G = 43.14%
B = 19.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.91

RGB Variations

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

Color information

#13160A (or 0x13160A) is known color: Rangoon Green. HEX triplet: 13, 16 and 0A. RGB value is (19,22,10). Sum of RGB (Red+Green+Blue) = 19+22+10=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 22 (8.98% from 255 or 43.14% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 22 - color contains mainly: green. Hex color #13160A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13160A is #ECE9F5. Grayscale: #131313. Windows color (decimal): -15526390 or 661011. OLE color: 661011.

HSL color Cylindrical-coordinate representation of color #13160A: hue angle of 75º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #13160A is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 22 10 -
CMYK 0.14 0 0.55 0.91
HSL 75º 0.38% 0.06% -
HSV(B) 75º 0.55% 0.09% -
XYZ 0.61 0.73 0.4 -
YUV 19.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 19 22 10 0.14 0 0.55 0.91 75 0.38 0.06
Hex 13 16 A E 0 37 5B 4B 26 6
Octal 23 26 12 16 0 67 133 113 46 6
Binary 10011 10110 1010 1110 0 110111 1011011 1001011 100110 110

Color Harmonies of #13160A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13160A

Black with #13160A

Text Example


Text Example

White with #13160A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13160A; }

 p { color: rgb(19,22,10); }

 H1.HeaderClassName
 {
   color: #13160A;
 }
 .AnyTagClassName
 {
   color: #13160A;
 }
</style>

background-color css

<style>
 a { background-color: #13160A; }

 a { background-color: rgb(19,22,10); }

 div.DivClassName
 {
   background-color: #13160A;
 }
 .BgClassName
 {
   background-color: #13160A;
 }
</style>

border-color css

<style>
 span { border-color: #13160A; }

 span { border-color: rgb(19,22,10); }

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