Html Css Color HEX #137205 Green

📋 copy color: '#137205'

red 19 ◦ green 114 ◦ blue 5

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

Shades of Green #137205

Tints of Green #137205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 82.61%

 BLUE value IS 5 (2.34% from 255) = 3.62%

R = 13.77%
G = 82.61%
B = 3.62%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#137205 (or 0x137205) is known color: Green. HEX triplet: 13, 72 and 05. RGB value is (19,114,5). Sum of RGB (Red+Green+Blue) = 19+114+5=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 114 (44.92% from 255 or 82.61% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 114 - color contains mainly: green. Hex color #137205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137205 is #EC8DFA. Grayscale: #494949. Windows color (decimal): -15502843 or 356883. OLE color: 356883.

HSL color Cylindrical-coordinate representation of color #137205: hue angle of 112.29º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #137205 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 114 5 -
CMYK 0.83 0 0.96 0.55
HSL 112.29º 0.92% 0.23% -
HSV(B) 112.29º 0.96% 0.45% -
XYZ 6.31 12.18 2.16 -
YUV 73.17 89.53 89.36 -
System Red Green Blue C M Y K H S L
Decimal 19 114 5 0.83 0 0.96 0.55 112.29 0.92 0.23
Hex 13 72 5 53 0 60 37 70 5C 17
Octal 23 162 5 123 0 140 67 160 134 27
Binary 10011 1110010 101 1010011 0 1100000 110111 1110000 1011100 10111

Color Harmonies of #137205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137205

Black with #137205

Text Example


Text Example

White with #137205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137205; }

 p { color: rgb(19,114,5); }

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

background-color css

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

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

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

border-color css

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

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

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