Html Css Color HEX #137005 Green

📋 copy color: '#137005'

red 19 ◦ green 112 ◦ blue 5

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

Shades of Green #137005

Tints of Green #137005

RGB

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

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

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

R = 13.97%
G = 82.35%
B = 3.68%

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

#137005 (or 0x137005) is known color: Green. HEX triplet: 13, 70 and 05. RGB value is (19,112,5). Sum of RGB (Red+Green+Blue) = 19+112+5=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 112 (44.14% from 255 or 82.35% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 112 - color contains mainly: green. Hex color #137005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137005 is #EC8FFA. Grayscale: #484848. Windows color (decimal): -15503355 or 356371. OLE color: 356371.

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

Color convert

RGB 19 112 5 -
CMYK 0.83 0 0.96 0.56
HSL 112.15º 0.91% 0.23% -
HSV(B) 112.15º 0.96% 0.44% -
XYZ 6.09 11.74 2.09 -
YUV 72 90.19 90.2 -
System Red Green Blue C M Y K H S L
Decimal 19 112 5 0.83 0 0.96 0.56 112.15 0.91 0.23
Hex 13 70 5 53 0 60 38 70 5B 17
Octal 23 160 5 123 0 140 70 160 133 27
Binary 10011 1110000 101 1010011 0 1100000 111000 1110000 1011011 10111

Color Harmonies of #137005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137005

Black with #137005

Text Example


Text Example

White with #137005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137005; }

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

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

background-color css

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

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

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

border-color css

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

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

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