Html Css Color HEX #137013 Green

📋 copy color: '#137013'

red 19 ◦ green 112 ◦ blue 19

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

Shades of Green #137013

Tints of Green #137013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 74.67%

 BLUE value IS 19 (7.81% from 255) = 12.67%

R = 12.67%
G = 74.67%
B = 12.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#137013 (or 0x137013) is known color: Green. HEX triplet: 13, 70 and 13. RGB value is (19,112,19). Sum of RGB (Red+Green+Blue) = 19+112+19=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 112 (44.14% from 255 or 74.67% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 112 - color contains mainly: green. Hex color #137013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137013 is #EC8FEC. Grayscale: #494949. Windows color (decimal): -15503341 or 1273875. OLE color: 1273875.

HSL color Cylindrical-coordinate representation of color #137013: hue angle of 120º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137013 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 112 19 -
CMYK 0.83 0 0.83 0.56
HSL 120º 0.71% 0.26% -
HSV(B) 120º 0.83% 0.44% -
XYZ 6.18 11.77 2.56 -
YUV 73.59 97.19 89.06 -
System Red Green Blue C M Y K H S L
Decimal 19 112 19 0.83 0 0.83 0.56 120 0.71 0.26
Hex 13 70 13 53 0 53 38 78 47 1A
Octal 23 160 23 123 0 123 70 170 107 32
Binary 10011 1110000 10011 1010011 0 1010011 111000 1111000 1000111 11010

Color Harmonies of #137013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137013

Black with #137013

Text Example


Text Example

White with #137013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137013; }

 p { color: rgb(19,112,19); }

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

background-color css

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

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

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

border-color css

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

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

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