Html Css Color HEX #137D0D Green

📋 copy color: '#137D0D'

red 19 ◦ green 125 ◦ blue 13

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

Shades of Green #137D0D

Tints of Green #137D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.28%

R = 12.1%
G = 79.62%
B = 8.28%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#137D0D (or 0x137D0D) is known color: Green. HEX triplet: 13, 7D and 0D. RGB value is (19,125,13). Sum of RGB (Red+Green+Blue) = 19+125+13=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 125 (49.22% from 255 or 79.62% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 125 - color contains mainly: green. Hex color #137D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137D0D is #EC82F2. Grayscale: #505050. Windows color (decimal): -15500019 or 883987. OLE color: 883987.

HSL color Cylindrical-coordinate representation of color #137D0D: hue angle of 116.79º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #137D0D is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 125 13 -
CMYK 0.85 0 0.90 0.51
HSL 116.79º 0.81% 0.27% -
HSV(B) 116.79º 0.9% 0.49% -
XYZ 7.67 14.83 2.84 -
YUV 80.54 89.88 84.11 -
System Red Green Blue C M Y K H S L
Decimal 19 125 13 0.85 0 0.90 0.51 116.79 0.81 0.27
Hex 13 7D D 55 0 5A 33 75 51 1B
Octal 23 175 15 125 0 132 63 165 121 33
Binary 10011 1111101 1101 1010101 0 1011010 110011 1110101 1010001 11011

Color Harmonies of #137D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137D0D

Black with #137D0D

Text Example


Text Example

White with #137D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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