#131707

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

Shades of Rangoon Green #131707

Tints of Rangoon Green #131707

Color information

#131707 (or 0x131707) is unknown color: approx Rangoon Green. HEX triplet: 13, 17 and 07. RGB value is (19,23,7). Sum of RGB (Red+Green+Blue) = 19+23+7=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 23 (9.38% from 255 or 46.94% from 49); Blue value is 7 (3.12% from 255 or 14.29% from 49); Max value from RGB is 23 - color contains mainly: green. Hex color #131707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131707 is #ECE8F8. Grayscale: #141414. Windows color (decimal): -15526137 or 464659. OLE color: 464659.

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

Color convert

RGB19237-
CMYK0.1700.700.91
HSL75º53.33%5.88%-
HSV(B)75º69.57%9.02%-
XYZ0.610.770.32-
YUV19.98120.67127.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38.78%
GREEN value IS 23 (9.38% from 255) = 46.94%
BLUE value IS 7 (3.12% from 255) = 14.29%
R=38.78%
G=46.94%
B=14.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal192370.1700.700.917553.335.88
Hex13177110465B4b356
Octal23277210106133113656
Binary1001110111111100010100011010110111001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131707; }

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

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

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

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

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

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

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

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