Html Css Color HEX #137D08 Green

📋 copy color: '#137D08'

red 19 ◦ green 125 ◦ blue 8

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

Shades of Green #137D08

Tints of Green #137D08

RGB

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

 GREEN value IS 125 (49.22% from 255) = 82.24%

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

R = 12.5%
G = 82.24%
B = 5.26%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#137D08 (or 0x137D08) is known color: Green. HEX triplet: 13, 7D and 08. RGB value is (19,125,8). Sum of RGB (Red+Green+Blue) = 19+125+8=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 125 (49.22% from 255 or 82.24% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 125 - color contains mainly: green. Hex color #137D08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137D08 is #EC82F7. Grayscale: #505050. Windows color (decimal): -15500024 or 556307. OLE color: 556307.

HSL color Cylindrical-coordinate representation of color #137D08: hue angle of 114.36º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #137D08 is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 125 8 -
CMYK 0.85 0 0.94 0.51
HSL 114.36º 0.88% 0.26% -
HSV(B) 114.36º 0.94% 0.49% -
XYZ 7.65 14.82 2.69 -
YUV 79.97 87.38 84.51 -
System Red Green Blue C M Y K H S L
Decimal 19 125 8 0.85 0 0.94 0.51 114.36 0.88 0.26
Hex 13 7D 8 55 0 5E 33 72 58 1A
Octal 23 175 10 125 0 136 63 162 130 32
Binary 10011 1111101 1000 1010101 0 1011110 110011 1110010 1011000 11010

Color Harmonies of #137D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137D08

Black with #137D08

Text Example


Text Example

White with #137D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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