Html Css Color HEX #139473 Elf Green

📋 copy color: '#139473'

red 19 ◦ green 148 ◦ blue 115

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

Shades of Elf Green #139473

Tints of Elf Green #139473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 6.74%
G = 52.48%
B = 40.78%

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

#139473 (or 0x139473) is known color: Elf Green. HEX triplet: 13, 94 and 73. RGB value is (19,148,115). Sum of RGB (Red+Green+Blue) = 19+148+115=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #139473 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139473 is #EC6B8C. Grayscale: #696969. Windows color (decimal): -15494029 or 7574547. OLE color: 7574547.

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

Color convert

RGB 19 148 115 -
CMYK 0.87 0 0.22 0.42
HSL 164.65º 0.77% 0.33% -
HSV(B) 164.65º 0.87% 0.58% -
XYZ 13.95 22.56 19.84 -
YUV 105.67 133.26 66.18 -
System Red Green Blue C M Y K H S L
Decimal 19 148 115 0.87 0 0.22 0.42 164.65 0.77 0.33
Hex 13 94 73 57 0 16 2A A5 4D 21
Octal 23 224 163 127 0 26 52 245 115 41
Binary 10011 10010100 1110011 1010111 0 10110 101010 10100101 1001101 100001

Color Harmonies of #139473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139473

Black with #139473

Text Example


Text Example

White with #139473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139473; }

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

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

background-color css

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

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

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

border-color css

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

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

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