Html Css Color HEX #131708 Rangoon Green

📋 copy color: '#131708'

red 19 ◦ green 23 ◦ blue 8

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

Shades of Rangoon Green #131708

Tints of Rangoon Green #131708

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 value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.91

RGB Variations

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

Color information

#131708 (or 0x131708) is known color: 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

RGB 19 23 8 -
CMYK 0.17 0 0.65 0.91
HSL 76º 0.48% 0.06% -
HSV(B) 76º 0.65% 0.09% -
XYZ 0.62 0.77 0.35 -
YUV 20.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 19 23 8 0.17 0 0.65 0.91 76 0.48 0.06
Hex 13 17 8 11 0 41 5B 4C 30 6
Octal 23 27 10 21 0 101 133 114 60 6
Binary 10011 10111 1000 10001 0 1000001 1011011 1001100 110000 110

Color Harmonies of #131708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131708

Black with #131708

Text Example


Text Example

White with #131708

Text Example


Text Example

HTML Codes & Css Web 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>