Html Css Color HEX #13896F Elf Green

📋 copy color: '#13896F'

red 19 ◦ green 137 ◦ blue 111

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

Shades of Elf Green #13896F

Tints of Elf Green #13896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 51.31%

 BLUE value IS 111 (43.75% from 255) = 41.57%

R = 7.12%
G = 51.31%
B = 41.57%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#13896F (or 0x13896F) is known color: Elf Green. HEX triplet: 13, 89 and 6F. RGB value is (19,137,111). Sum of RGB (Red+Green+Blue) = 19+137+111=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 137 (53.91% from 255 or 51.31% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 137 - color contains mainly: green. Hex color #13896F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13896F is #EC7690. Grayscale: #626262. Windows color (decimal): -15496849 or 7309587. OLE color: 7309587.

HSL color Cylindrical-coordinate representation of color #13896F: hue angle of 166.78º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13896F is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 137 111 -
CMYK 0.86 0 0.19 0.46
HSL 166.78º 0.76% 0.31% -
HSV(B) 166.78º 0.86% 0.54% -
XYZ 12.08 19.18 18.1 -
YUV 98.75 134.91 71.11 -
System Red Green Blue C M Y K H S L
Decimal 19 137 111 0.86 0 0.19 0.46 166.78 0.76 0.31
Hex 13 89 6F 56 0 13 2E A7 4C 1F
Octal 23 211 157 126 0 23 56 247 114 37
Binary 10011 10001001 1101111 1010110 0 10011 101110 10100111 1001100 11111

Color Harmonies of #13896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13896F

Black with #13896F

Text Example


Text Example

White with #13896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13896F; }

 p { color: rgb(19,137,111); }

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

background-color css

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

 a { background-color: rgb(19,137,111); }

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

border-color css

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

 span { border-color: rgb(19,137,111); }

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