Html Css Color HEX #139376 Elf Green

📋 copy color: '#139376'

red 19 ◦ green 147 ◦ blue 118

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

Shades of Elf Green #139376

Tints of Elf Green #139376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.76%

 BLUE value IS 118 (46.48% from 255) = 41.55%

R = 6.69%
G = 51.76%
B = 41.55%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#139376 (or 0x139376) is known color: Elf Green. HEX triplet: 13, 93 and 76. RGB value is (19,147,118). Sum of RGB (Red+Green+Blue) = 19+147+118=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #139376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139376 is #EC6C89. Grayscale: #696969. Windows color (decimal): -15494282 or 7770899. OLE color: 7770899.

HSL color Cylindrical-coordinate representation of color #139376: hue angle of 166.41º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139376 is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 147 118 -
CMYK 0.87 0 0.20 0.42
HSL 166.41º 0.77% 0.33% -
HSV(B) 166.41º 0.87% 0.58% -
XYZ 13.97 22.31 20.71 -
YUV 105.42 135.09 66.36 -
System Red Green Blue C M Y K H S L
Decimal 19 147 118 0.87 0 0.20 0.42 166.41 0.77 0.33
Hex 13 93 76 57 0 14 2A A6 4D 21
Octal 23 223 166 127 0 24 52 246 115 41
Binary 10011 10010011 1110110 1010111 0 10100 101010 10100110 1001101 100001

Color Harmonies of #139376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139376

Black with #139376

Text Example


Text Example

White with #139376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139376; }

 p { color: rgb(19,147,118); }

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

background-color css

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

 a { background-color: rgb(19,147,118); }

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

border-color css

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

 span { border-color: rgb(19,147,118); }

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