Html Css Color HEX #137808 Green

📋 copy color: '#137808'

red 19 ◦ green 120 ◦ blue 8

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

Shades of Green #137808

Tints of Green #137808

RGB

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

 GREEN value IS 120 (47.27% from 255) = 81.63%

 BLUE value IS 8 (3.52% from 255) = 5.44%

R = 12.93%
G = 81.63%
B = 5.44%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#137808 (or 0x137808) is known color: Green. HEX triplet: 13, 78 and 08. RGB value is (19,120,8). Sum of RGB (Red+Green+Blue) = 19+120+8=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 120 (47.27% from 255 or 81.63% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 120 - color contains mainly: green. Hex color #137808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137808 is #EC87F7. Grayscale: #4D4D4D. Windows color (decimal): -15501304 or 555027. OLE color: 555027.

HSL color Cylindrical-coordinate representation of color #137808: hue angle of 114.11º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #137808 is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 120 8 -
CMYK 0.84 0 0.93 0.53
HSL 114.11º 0.88% 0.25% -
HSV(B) 114.11º 0.93% 0.47% -
XYZ 7.03 13.59 2.48 -
YUV 77.03 89.04 86.61 -
System Red Green Blue C M Y K H S L
Decimal 19 120 8 0.84 0 0.93 0.53 114.11 0.88 0.25
Hex 13 78 8 54 0 5D 35 72 58 19
Octal 23 170 10 124 0 135 65 162 130 31
Binary 10011 1111000 1000 1010100 0 1011101 110101 1110010 1011000 11001

Color Harmonies of #137808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137808

Black with #137808

Text Example


Text Example

White with #137808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137808; }

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

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

background-color css

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

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

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

border-color css

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

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

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