Html Css Color HEX #13896B Elf Green

📋 copy color: '#13896B'

red 19 ◦ green 137 ◦ blue 107

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

Shades of Elf Green #13896B

Tints of Elf Green #13896B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.68%

R = 7.22%
G = 52.09%
B = 40.68%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#13896B (or 0x13896B) is known color: Elf Green. HEX triplet: 13, 89 and 6B. RGB value is (19,137,107). Sum of RGB (Red+Green+Blue) = 19+137+107=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 137 (53.91% from 255 or 52.09% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 137 - color contains mainly: green. Hex color #13896B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13896B is #EC7694. Grayscale: #626262. Windows color (decimal): -15496853 or 7047443. OLE color: 7047443.

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

Color convert

RGB 19 137 107 -
CMYK 0.86 0 0.22 0.46
HSL 164.75º 0.76% 0.31% -
HSV(B) 164.75º 0.86% 0.54% -
XYZ 11.87 19.09 16.97 -
YUV 98.3 132.91 71.44 -
System Red Green Blue C M Y K H S L
Decimal 19 137 107 0.86 0 0.22 0.46 164.75 0.76 0.31
Hex 13 89 6B 56 0 16 2E A5 4C 1F
Octal 23 211 153 126 0 26 56 245 114 37
Binary 10011 10001001 1101011 1010110 0 10110 101110 10100101 1001100 11111

Color Harmonies of #13896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13896B

Black with #13896B

Text Example


Text Example

White with #13896B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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