Html Css Color HEX #137104 Green

📋 copy color: '#137104'

red 19 ◦ green 113 ◦ blue 4

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

Shades of Green #137104

Tints of Green #137104

RGB

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

 GREEN value IS 113 (44.53% from 255) = 83.09%

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

R = 13.97%
G = 83.09%
B = 2.94%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#137104 (or 0x137104) is known color: Green. HEX triplet: 13, 71 and 04. RGB value is (19,113,4). Sum of RGB (Red+Green+Blue) = 19+113+4=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 113 (44.53% from 255 or 83.09% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 113 - color contains mainly: green. Hex color #137104 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137104 is #EC8EFB. Grayscale: #484848. Windows color (decimal): -15503100 or 291091. OLE color: 291091.

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

Color convert

RGB 19 113 4 -
CMYK 0.83 0 0.96 0.56
HSL 111.74º 0.93% 0.23% -
HSV(B) 111.74º 0.96% 0.44% -
XYZ 6.2 11.96 2.1 -
YUV 72.47 89.36 89.86 -
System Red Green Blue C M Y K H S L
Decimal 19 113 4 0.83 0 0.96 0.56 111.74 0.93 0.23
Hex 13 71 4 53 0 60 38 70 5D 17
Octal 23 161 4 123 0 140 70 160 135 27
Binary 10011 1110001 100 1010011 0 1100000 111000 1110000 1011101 10111

Color Harmonies of #137104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137104

Black with #137104

Text Example


Text Example

White with #137104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137104; }

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

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

background-color css

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

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

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

border-color css

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

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

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