Html Css Color HEX #137812 Green

📋 copy color: '#137812'

red 19 ◦ green 120 ◦ blue 18

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

Shades of Green #137812

Tints of Green #137812

RGB

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

 GREEN value IS 120 (47.27% from 255) = 76.43%

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

R = 12.1%
G = 76.43%
B = 11.46%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#137812 (or 0x137812) is known color: Green. HEX triplet: 13, 78 and 12. RGB value is (19,120,18). Sum of RGB (Red+Green+Blue) = 19+120+18=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 120 (47.27% from 255 or 76.43% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 120 - color contains mainly: green. Hex color #137812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137812 is #EC87ED. Grayscale: #4E4E4E. Windows color (decimal): -15501294 or 1210387. OLE color: 1210387.

HSL color Cylindrical-coordinate representation of color #137812: hue angle of 119.41º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137812 is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 120 18 -
CMYK 0.84 0 0.85 0.53
HSL 119.41º 0.74% 0.27% -
HSV(B) 119.41º 0.85% 0.47% -
XYZ 7.09 13.62 2.83 -
YUV 78.17 94.04 85.79 -
System Red Green Blue C M Y K H S L
Decimal 19 120 18 0.84 0 0.85 0.53 119.41 0.74 0.27
Hex 13 78 12 54 0 55 35 77 4A 1B
Octal 23 170 22 124 0 125 65 167 112 33
Binary 10011 1111000 10010 1010100 0 1010101 110101 1110111 1001010 11011

Color Harmonies of #137812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137812

Black with #137812

Text Example


Text Example

White with #137812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137812; }

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

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

background-color css

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

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

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

border-color css

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

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

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