Html Css Color HEX #137A05 Green

📋 copy color: '#137A05'

red 19 ◦ green 122 ◦ blue 5

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

Shades of Green #137A05

Tints of Green #137A05

RGB

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

 GREEN value IS 122 (48.05% from 255) = 83.56%

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

R = 13.01%
G = 83.56%
B = 3.42%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.96

 K value IS 0.52

RGB Variations

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

Color information

#137A05 (or 0x137A05) is known color: Green. HEX triplet: 13, 7A and 05. RGB value is (19,122,5). Sum of RGB (Red+Green+Blue) = 19+122+5=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 122 (48.05% from 255 or 83.56% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 122 - color contains mainly: green. Hex color #137A05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137A05 is #EC85FA. Grayscale: #4E4E4E. Windows color (decimal): -15500795 or 358931. OLE color: 358931.

HSL color Cylindrical-coordinate representation of color #137A05: hue angle of 112.82º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #137A05 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 122 5 -
CMYK 0.84 0 0.96 0.52
HSL 112.82º 0.92% 0.25% -
HSV(B) 112.82º 0.96% 0.48% -
XYZ 7.26 14.07 2.48 -
YUV 77.87 86.88 86.01 -
System Red Green Blue C M Y K H S L
Decimal 19 122 5 0.84 0 0.96 0.52 112.82 0.92 0.25
Hex 13 7A 5 54 0 60 34 71 5C 19
Octal 23 172 5 124 0 140 64 161 134 31
Binary 10011 1111010 101 1010100 0 1100000 110100 1110001 1011100 11001

Color Harmonies of #137A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137A05

Black with #137A05

Text Example


Text Example

White with #137A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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