Html Css Color HEX #139476 Elf Green

📋 copy color: '#139476'

red 19 ◦ green 148 ◦ blue 118

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

Shades of Elf Green #139476

Tints of Elf Green #139476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.93%

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

R = 6.67%
G = 51.93%
B = 41.4%

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

#139476 (or 0x139476) is known color: Elf Green. HEX triplet: 13, 94 and 76. RGB value is (19,148,118). Sum of RGB (Red+Green+Blue) = 19+148+118=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #139476 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139476 is #EC6B89. Grayscale: #6A6A6A. Windows color (decimal): -15494026 or 7771155. OLE color: 7771155.

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

Color convert

RGB 19 148 118 -
CMYK 0.87 0 0.20 0.42
HSL 166.05º 0.77% 0.33% -
HSV(B) 166.05º 0.87% 0.58% -
XYZ 14.13 22.63 20.76 -
YUV 106.01 134.76 65.94 -
System Red Green Blue C M Y K H S L
Decimal 19 148 118 0.87 0 0.20 0.42 166.05 0.77 0.33
Hex 13 94 76 57 0 14 2A A6 4D 21
Octal 23 224 166 127 0 24 52 246 115 41
Binary 10011 10010100 1110110 1010111 0 10100 101010 10100110 1001101 100001

Color Harmonies of #139476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139476

Black with #139476

Text Example


Text Example

White with #139476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139476; }

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

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

background-color css

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

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

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

border-color css

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

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

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