Html Css Color HEX #137B05 Green

📋 copy color: '#137B05'

red 19 ◦ green 123 ◦ blue 5

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

Shades of Green #137B05

Tints of Green #137B05

RGB

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

 GREEN value IS 123 (48.44% from 255) = 83.67%

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

R = 12.93%
G = 83.67%
B = 3.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.96

 K value IS 0.52

RGB Variations

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

Color information

#137B05 (or 0x137B05) is known color: Green. HEX triplet: 13, 7B and 05. RGB value is (19,123,5). Sum of RGB (Red+Green+Blue) = 19+123+5=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 123 (48.44% from 255 or 83.67% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 123 - color contains mainly: green. Hex color #137B05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137B05 is #EC84FA. Grayscale: #4E4E4E. Windows color (decimal): -15500539 or 359187. OLE color: 359187.

HSL color Cylindrical-coordinate representation of color #137B05: hue angle of 112.88º 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 #137B05 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 123 5 -
CMYK 0.85 0 0.96 0.52
HSL 112.88º 0.92% 0.25% -
HSV(B) 112.88º 0.96% 0.48% -
XYZ 7.38 14.32 2.52 -
YUV 78.45 86.54 85.59 -
System Red Green Blue C M Y K H S L
Decimal 19 123 5 0.85 0 0.96 0.52 112.88 0.92 0.25
Hex 13 7B 5 55 0 60 34 71 5C 19
Octal 23 173 5 125 0 140 64 161 134 31
Binary 10011 1111011 101 1010101 0 1100000 110100 1110001 1011100 11001

Color Harmonies of #137B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137B05

Black with #137B05

Text Example


Text Example

White with #137B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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