Html Css Color HEX #137204 Green

📋 copy color: '#137204'

red 19 ◦ green 114 ◦ blue 4

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

Shades of Green #137204

Tints of Green #137204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.92%

R = 13.87%
G = 83.21%
B = 2.92%

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

#137204 (or 0x137204) is known color: Green. HEX triplet: 13, 72 and 04. RGB value is (19,114,4). Sum of RGB (Red+Green+Blue) = 19+114+4=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 114 (44.92% from 255 or 83.21% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 114 - color contains mainly: green. Hex color #137204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137204 is #EC8DFB. Grayscale: #494949. Windows color (decimal): -15502844 or 291347. OLE color: 291347.

HSL color Cylindrical-coordinate representation of color #137204: hue angle of 111.82º degrees, saturation: 0.93, 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 #137204 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 114 4 -
CMYK 0.83 0 0.96 0.55
HSL 111.82º 0.93% 0.23% -
HSV(B) 111.82º 0.96% 0.45% -
XYZ 6.31 12.18 2.13 -
YUV 73.06 89.03 89.44 -
System Red Green Blue C M Y K H S L
Decimal 19 114 4 0.83 0 0.96 0.55 111.82 0.93 0.23
Hex 13 72 4 53 0 60 37 70 5D 17
Octal 23 162 4 123 0 140 67 160 135 27
Binary 10011 1110010 100 1010011 0 1100000 110111 1110000 1011101 10111

Color Harmonies of #137204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137204

Black with #137204

Text Example


Text Example

White with #137204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137204; }

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

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

background-color css

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

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

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

border-color css

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

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

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