Html Css Color HEX #137312 Green

📋 copy color: '#137312'

red 19 ◦ green 115 ◦ blue 18

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

Shades of Green #137312

Tints of Green #137312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.84%

R = 12.5%
G = 75.66%
B = 11.84%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#137312 (or 0x137312) is known color: Green. HEX triplet: 13, 73 and 12. RGB value is (19,115,18). Sum of RGB (Red+Green+Blue) = 19+115+18=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 115 (45.31% from 255 or 75.66% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 115 - color contains mainly: green. Hex color #137312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137312 is #EC8CED. Grayscale: #4B4B4B. Windows color (decimal): -15502574 or 1209107. OLE color: 1209107.

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

Color convert

RGB 19 115 18 -
CMYK 0.83 0 0.84 0.55
HSL 119.38º 0.73% 0.26% -
HSV(B) 119.38º 0.84% 0.45% -
XYZ 6.51 12.44 2.63 -
YUV 75.24 95.7 87.89 -
System Red Green Blue C M Y K H S L
Decimal 19 115 18 0.83 0 0.84 0.55 119.38 0.73 0.26
Hex 13 73 12 53 0 54 37 77 49 1A
Octal 23 163 22 123 0 124 67 167 111 32
Binary 10011 1110011 10010 1010011 0 1010100 110111 1110111 1001001 11010

Color Harmonies of #137312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137312

Black with #137312

Text Example


Text Example

White with #137312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137312; }

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

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

background-color css

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

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

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

border-color css

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

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

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