Html Css Color HEX #13896D Elf Green

📋 copy color: '#13896D'

red 19 ◦ green 137 ◦ blue 109

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

Shades of Elf Green #13896D

Tints of Elf Green #13896D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.13%

R = 7.17%
G = 51.7%
B = 41.13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#13896D (or 0x13896D) is known color: Elf Green. HEX triplet: 13, 89 and 6D. RGB value is (19,137,109). Sum of RGB (Red+Green+Blue) = 19+137+109=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 137 (53.91% from 255 or 51.70% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 137 - color contains mainly: green. Hex color #13896D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13896D is #EC7692. Grayscale: #626262. Windows color (decimal): -15496851 or 7178515. OLE color: 7178515.

HSL color Cylindrical-coordinate representation of color #13896D: hue angle of 165.76º 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 #13896D is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 137 109 -
CMYK 0.86 0 0.20 0.46
HSL 165.76º 0.76% 0.31% -
HSV(B) 165.76º 0.86% 0.54% -
XYZ 11.97 19.13 17.53 -
YUV 98.53 133.91 71.28 -
System Red Green Blue C M Y K H S L
Decimal 19 137 109 0.86 0 0.20 0.46 165.76 0.76 0.31
Hex 13 89 6D 56 0 14 2E A6 4C 1F
Octal 23 211 155 126 0 24 56 246 114 37
Binary 10011 10001001 1101101 1010110 0 10100 101110 10100110 1001100 11111

Color Harmonies of #13896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13896D

Black with #13896D

Text Example


Text Example

White with #13896D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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