Html Css Color HEX #139377 Elf Green

📋 copy color: '#139377'

red 19 ◦ green 147 ◦ blue 119

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

Shades of Elf Green #139377

Tints of Elf Green #139377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.75%

R = 6.67%
G = 51.58%
B = 41.75%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#139377 (or 0x139377) is known color: Elf Green. HEX triplet: 13, 93 and 77. RGB value is (19,147,119). Sum of RGB (Red+Green+Blue) = 19+147+119=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #139377 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139377 is #EC6C88. Grayscale: #696969. Windows color (decimal): -15494281 or 7836435. OLE color: 7836435.

HSL color Cylindrical-coordinate representation of color #139377: hue angle of 166.88º 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 #139377 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 147 119 -
CMYK 0.87 0 0.19 0.42
HSL 166.88º 0.77% 0.33% -
HSV(B) 166.88º 0.87% 0.58% -
XYZ 14.03 22.34 21.02 -
YUV 105.54 135.59 66.28 -
System Red Green Blue C M Y K H S L
Decimal 19 147 119 0.87 0 0.19 0.42 166.88 0.77 0.33
Hex 13 93 77 57 0 13 2A A7 4D 21
Octal 23 223 167 127 0 23 52 247 115 41
Binary 10011 10010011 1110111 1010111 0 10011 101010 10100111 1001101 100001

Color Harmonies of #139377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139377

Black with #139377

Text Example


Text Example

White with #139377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139377; }

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

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

background-color css

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

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

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

border-color css

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

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

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