Html Css Color HEX #137009 Green

📋 copy color: '#137009'

red 19 ◦ green 112 ◦ blue 9

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

Shades of Green #137009

Tints of Green #137009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.43%

R = 13.57%
G = 80%
B = 6.43%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#137009 (or 0x137009) is known color: Green. HEX triplet: 13, 70 and 09. RGB value is (19,112,9). Sum of RGB (Red+Green+Blue) = 19+112+9=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 112 (44.14% from 255 or 80% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 112 - color contains mainly: green. Hex color #137009 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137009 is #EC8FF6. Grayscale: #484848. Windows color (decimal): -15503351 or 618515. OLE color: 618515.

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

Color convert

RGB 19 112 9 -
CMYK 0.83 0 0.92 0.56
HSL 114.17º 0.85% 0.24% -
HSV(B) 114.17º 0.92% 0.44% -
XYZ 6.11 11.75 2.2 -
YUV 72.45 92.19 89.88 -
System Red Green Blue C M Y K H S L
Decimal 19 112 9 0.83 0 0.92 0.56 114.17 0.85 0.24
Hex 13 70 9 53 0 5C 38 72 55 18
Octal 23 160 11 123 0 134 70 162 125 30
Binary 10011 1110000 1001 1010011 0 1011100 111000 1110010 1010101 11000

Color Harmonies of #137009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137009

Black with #137009

Text Example


Text Example

White with #137009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137009; }

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

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

background-color css

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

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

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

border-color css

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

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

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