Html Css Color HEX #139468 Elf Green

📋 copy color: '#139468'

red 19 ◦ green 148 ◦ blue 104

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

Shades of Elf Green #139468

Tints of Elf Green #139468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.38%

R = 7.01%
G = 54.61%
B = 38.38%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#139468 (or 0x139468) is known color: Elf Green. HEX triplet: 13, 94 and 68. RGB value is (19,148,104). Sum of RGB (Red+Green+Blue) = 19+148+104=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #139468 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139468 is #EC6B97. Grayscale: #686868. Windows color (decimal): -15494040 or 6853651. OLE color: 6853651.

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

Color convert

RGB 19 148 104 -
CMYK 0.87 0 0.30 0.42
HSL 159.53º 0.77% 0.33% -
HSV(B) 159.53º 0.87% 0.58% -
XYZ 13.36 22.32 16.7 -
YUV 104.41 127.76 67.08 -
System Red Green Blue C M Y K H S L
Decimal 19 148 104 0.87 0 0.30 0.42 159.53 0.77 0.33
Hex 13 94 68 57 0 1E 2A A0 4D 21
Octal 23 224 150 127 0 36 52 240 115 41
Binary 10011 10010100 1101000 1010111 0 11110 101010 10100000 1001101 100001

Color Harmonies of #139468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139468

Black with #139468

Text Example


Text Example

White with #139468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139468; }

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

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

background-color css

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

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

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

border-color css

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

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

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