#131708

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

Shades of Rangoon Green #131708

Tints of Rangoon Green #131708

Color information

#131708 (or 0x131708) is unknown color: approx Rangoon Green. HEX triplet: 13, 17 and 08. RGB value is (19,23,8). Sum of RGB (Red+Green+Blue) = 19+23+8=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 23 (9.38% from 255 or 46% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 23 - color contains mainly: green. Hex color #131708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131708 is #ECE8F7. Grayscale: #141414. Windows color (decimal): -15526136 or 530195. OLE color: 530195.

HSL color Cylindrical-coordinate representation of color #131708: hue angle of 76º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #131708 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.91.

Color convert

RGB19238-
CMYK0.1700.650.91
HSL76º48.39%6.08%-
HSV(B)76º65.22%9.02%-
XYZ0.620.770.35-
YUV20.09121.17127.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38%
GREEN value IS 23 (9.38% from 255) = 46%
BLUE value IS 8 (3.52% from 255) = 16%
R=38%
G=46%
B=16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal192380.1700.650.917648.396.08
Hex13178110415B4c306
Octal232710210101133114606
Binary10011101111000100010100000110110111001100110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131708; }

 p { color: rgb(19,23,8); }

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

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

 a { background-color: rgb(19,23,8); }

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

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

 span { border-color: rgb(19,23,8); }

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