Html Css Color HEX #13916F Elf Green

📋 copy color: '#13916F'

red 19 ◦ green 145 ◦ blue 111

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

Shades of Elf Green #13916F

Tints of Elf Green #13916F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.73%

 BLUE value IS 111 (43.75% from 255) = 40.36%

R = 6.91%
G = 52.73%
B = 40.36%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#13916F (or 0x13916F) is known color: Elf Green. HEX triplet: 13, 91 and 6F. RGB value is (19,145,111). Sum of RGB (Red+Green+Blue) = 19+145+111=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 145 (57.03% from 255 or 52.73% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 145 - color contains mainly: green. Hex color #13916F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13916F is #EC6E90. Grayscale: #676767. Windows color (decimal): -15494801 or 7311635. OLE color: 7311635.

HSL color Cylindrical-coordinate representation of color #13916F: hue angle of 163.81º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13916F is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 145 111 -
CMYK 0.87 0 0.23 0.43
HSL 163.81º 0.77% 0.32% -
HSV(B) 163.81º 0.87% 0.57% -
XYZ 13.26 21.54 18.5 -
YUV 103.45 132.26 67.76 -
System Red Green Blue C M Y K H S L
Decimal 19 145 111 0.87 0 0.23 0.43 163.81 0.77 0.32
Hex 13 91 6F 57 0 17 2B A4 4D 20
Octal 23 221 157 127 0 27 53 244 115 40
Binary 10011 10010001 1101111 1010111 0 10111 101011 10100100 1001101 100000

Color Harmonies of #13916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13916F

Black with #13916F

Text Example


Text Example

White with #13916F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13916F; }

 p { color: rgb(19,145,111); }

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

background-color css

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

 a { background-color: rgb(19,145,111); }

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

border-color css

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

 span { border-color: rgb(19,145,111); }

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