Html Css Color HEX #139465 Elf Green

📋 copy color: '#139465'

red 19 ◦ green 148 ◦ blue 101

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

Shades of Elf Green #139465

Tints of Elf Green #139465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.69%

R = 7.09%
G = 55.22%
B = 37.69%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#139465 (or 0x139465) is known color: Elf Green. HEX triplet: 13, 94 and 65. RGB value is (19,148,101). Sum of RGB (Red+Green+Blue) = 19+148+101=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #139465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139465 is #EC6B9A. Grayscale: #686868. Windows color (decimal): -15494043 or 6657043. OLE color: 6657043.

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

Color convert

RGB 19 148 101 -
CMYK 0.87 0 0.32 0.42
HSL 158.14º 0.77% 0.33% -
HSV(B) 158.14º 0.87% 0.58% -
XYZ 13.21 22.26 15.91 -
YUV 104.07 126.26 67.32 -
System Red Green Blue C M Y K H S L
Decimal 19 148 101 0.87 0 0.32 0.42 158.14 0.77 0.33
Hex 13 94 65 57 0 20 2A 9E 4D 21
Octal 23 224 145 127 0 40 52 236 115 41
Binary 10011 10010100 1100101 1010111 0 100000 101010 10011110 1001101 100001

Color Harmonies of #139465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139465

Black with #139465

Text Example


Text Example

White with #139465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139465; }

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

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

background-color css

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

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

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

border-color css

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

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

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