Html Css Color HEX #137514 Green

📋 copy color: '#137514'

red 19 ◦ green 117 ◦ blue 20

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

Shades of Green #137514

Tints of Green #137514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 75%

 BLUE value IS 20 (8.2% from 255) = 12.82%

R = 12.18%
G = 75%
B = 12.82%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#137514 (or 0x137514) is known color: Green. HEX triplet: 13, 75 and 14. RGB value is (19,117,20). Sum of RGB (Red+Green+Blue) = 19+117+20=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 117 (46.09% from 255 or 75% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 117 - color contains mainly: green. Hex color #137514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137514 is #EC8AEB. Grayscale: #4C4C4C. Windows color (decimal): -15502060 or 1340691. OLE color: 1340691.

HSL color Cylindrical-coordinate representation of color #137514: hue angle of 120.61º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137514 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 117 20 -
CMYK 0.84 0 0.83 0.54
HSL 120.61º 0.72% 0.27% -
HSV(B) 120.61º 0.84% 0.46% -
XYZ 6.76 12.91 2.8 -
YUV 76.64 96.03 86.89 -
System Red Green Blue C M Y K H S L
Decimal 19 117 20 0.84 0 0.83 0.54 120.61 0.72 0.27
Hex 13 75 14 54 0 53 36 79 48 1B
Octal 23 165 24 124 0 123 66 171 110 33
Binary 10011 1110101 10100 1010100 0 1010011 110110 1111001 1001000 11011

Color Harmonies of #137514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137514

Black with #137514

Text Example


Text Example

White with #137514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137514; }

 p { color: rgb(19,117,20); }

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

background-color css

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

 a { background-color: rgb(19,117,20); }

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

border-color css

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

 span { border-color: rgb(19,117,20); }

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