Html Css Color HEX #139372 Elf Green

📋 copy color: '#139372'

red 19 ◦ green 147 ◦ blue 114

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

Shades of Elf Green #139372

Tints of Elf Green #139372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.71%

R = 6.79%
G = 52.5%
B = 40.71%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#139372 (or 0x139372) is known color: Elf Green. HEX triplet: 13, 93 and 72. RGB value is (19,147,114). Sum of RGB (Red+Green+Blue) = 19+147+114=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #139372 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139372 is #EC6C8D. Grayscale: #686868. Windows color (decimal): -15494286 or 7508755. OLE color: 7508755.

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

Color convert

RGB 19 147 114 -
CMYK 0.87 0 0.22 0.42
HSL 164.53º 0.77% 0.33% -
HSV(B) 164.53º 0.87% 0.58% -
XYZ 13.74 22.22 19.48 -
YUV 104.97 133.09 66.68 -
System Red Green Blue C M Y K H S L
Decimal 19 147 114 0.87 0 0.22 0.42 164.53 0.77 0.33
Hex 13 93 72 57 0 16 2A A5 4D 21
Octal 23 223 162 127 0 26 52 245 115 41
Binary 10011 10010011 1110010 1010111 0 10110 101010 10100101 1001101 100001

Color Harmonies of #139372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139372

Black with #139372

Text Example


Text Example

White with #139372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139372; }

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

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

background-color css

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

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

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

border-color css

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

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

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