Html Css Color HEX #137705 Green

📋 copy color: '#137705'

red 19 ◦ green 119 ◦ blue 5

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

Shades of Green #137705

Tints of Green #137705

RGB

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

 GREEN value IS 119 (46.88% from 255) = 83.22%

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

R = 13.29%
G = 83.22%
B = 3.5%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#137705 (or 0x137705) is known color: Green. HEX triplet: 13, 77 and 05. RGB value is (19,119,5). Sum of RGB (Red+Green+Blue) = 19+119+5=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 119 (46.88% from 255 or 83.22% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 119 - color contains mainly: green. Hex color #137705 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137705 is #EC88FA. Grayscale: #4C4C4C. Windows color (decimal): -15501563 or 358163. OLE color: 358163.

HSL color Cylindrical-coordinate representation of color #137705: hue angle of 112.63º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #137705 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 119 5 -
CMYK 0.84 0 0.96 0.53
HSL 112.63º 0.92% 0.24% -
HSV(B) 112.63º 0.96% 0.47% -
XYZ 6.89 13.34 2.36 -
YUV 76.1 87.87 87.27 -
System Red Green Blue C M Y K H S L
Decimal 19 119 5 0.84 0 0.96 0.53 112.63 0.92 0.24
Hex 13 77 5 54 0 60 35 71 5C 18
Octal 23 167 5 124 0 140 65 161 134 30
Binary 10011 1110111 101 1010100 0 1100000 110101 1110001 1011100 11000

Color Harmonies of #137705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137705

Black with #137705

Text Example


Text Example

White with #137705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137705; }

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

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

background-color css

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

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

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

border-color css

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

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

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