Html Css Color HEX #139467 Elf Green

📋 copy color: '#139467'

red 19 ◦ green 148 ◦ blue 103

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

Shades of Elf Green #139467

Tints of Elf Green #139467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.15%

R = 7.04%
G = 54.81%
B = 38.15%

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

#139467 (or 0x139467) is known color: Elf Green. HEX triplet: 13, 94 and 67. RGB value is (19,148,103). Sum of RGB (Red+Green+Blue) = 19+148+103=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #139467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139467 is #EC6B98. Grayscale: #686868. Windows color (decimal): -15494041 or 6788115. OLE color: 6788115.

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

Color convert

RGB 19 148 103 -
CMYK 0.87 0 0.30 0.42
HSL 159.07º 0.77% 0.33% -
HSV(B) 159.07º 0.87% 0.58% -
XYZ 13.31 22.3 16.43 -
YUV 104.3 127.26 67.16 -
System Red Green Blue C M Y K H S L
Decimal 19 148 103 0.87 0 0.30 0.42 159.07 0.77 0.33
Hex 13 94 67 57 0 1E 2A 9F 4D 21
Octal 23 224 147 127 0 36 52 237 115 41
Binary 10011 10010100 1100111 1010111 0 11110 101010 10011111 1001101 100001

Color Harmonies of #139467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139467

Black with #139467

Text Example


Text Example

White with #139467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139467; }

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

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

background-color css

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

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

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

border-color css

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

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

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