Html Css Color HEX #137306 Green

📋 copy color: '#137306'

red 19 ◦ green 115 ◦ blue 6

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

Shades of Green #137306

Tints of Green #137306

RGB

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

 GREEN value IS 115 (45.31% from 255) = 82.14%

 BLUE value IS 6 (2.73% from 255) = 4.29%

R = 13.57%
G = 82.14%
B = 4.29%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#137306 (or 0x137306) is known color: Green. HEX triplet: 13, 73 and 06. RGB value is (19,115,6). Sum of RGB (Red+Green+Blue) = 19+115+6=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 115 (45.31% from 255 or 82.14% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 115 - color contains mainly: green. Hex color #137306 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137306 is #EC8CF9. Grayscale: #4A4A4A. Windows color (decimal): -15502586 or 422675. OLE color: 422675.

HSL color Cylindrical-coordinate representation of color #137306: hue angle of 112.84º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #137306 is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 115 6 -
CMYK 0.83 0 0.95 0.55
HSL 112.84º 0.9% 0.24% -
HSV(B) 112.84º 0.95% 0.45% -
XYZ 6.43 12.41 2.23 -
YUV 73.87 89.7 88.86 -
System Red Green Blue C M Y K H S L
Decimal 19 115 6 0.83 0 0.95 0.55 112.84 0.9 0.24
Hex 13 73 6 53 0 5F 37 71 5A 18
Octal 23 163 6 123 0 137 67 161 132 30
Binary 10011 1110011 110 1010011 0 1011111 110111 1110001 1011010 11000

Color Harmonies of #137306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137306

Black with #137306

Text Example


Text Example

White with #137306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137306; }

 p { color: rgb(19,115,6); }

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

background-color css

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

 a { background-color: rgb(19,115,6); }

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

border-color css

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

 span { border-color: rgb(19,115,6); }

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