Html Css Color HEX #139361 Elf Green

📋 copy color: '#139361'

red 19 ◦ green 147 ◦ blue 97

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

Shades of Elf Green #139361

Tints of Elf Green #139361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.88%

R = 7.22%
G = 55.89%
B = 36.88%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#139361 (or 0x139361) is known color: Elf Green. HEX triplet: 13, 93 and 61. RGB value is (19,147,97). Sum of RGB (Red+Green+Blue) = 19+147+97=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 147 (57.81% from 255 or 55.89% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 147 - color contains mainly: green. Hex color #139361 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139361 is #EC6C9E. Grayscale: #676767. Windows color (decimal): -15494303 or 6394643. OLE color: 6394643.

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

Color convert

RGB 19 147 97 -
CMYK 0.87 0 0.34 0.42
HSL 156.56º 0.77% 0.33% -
HSV(B) 156.56º 0.87% 0.58% -
XYZ 12.86 21.87 14.85 -
YUV 103.03 124.59 68.07 -
System Red Green Blue C M Y K H S L
Decimal 19 147 97 0.87 0 0.34 0.42 156.56 0.77 0.33
Hex 13 93 61 57 0 22 2A 9D 4D 21
Octal 23 223 141 127 0 42 52 235 115 41
Binary 10011 10010011 1100001 1010111 0 100010 101010 10011101 1001101 100001

Color Harmonies of #139361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139361

Black with #139361

Text Example


Text Example

White with #139361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139361; }

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

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

background-color css

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

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

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

border-color css

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

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

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