Html Css Color HEX #13976D Elf Green

📋 copy color: '#13976D'

red 19 ◦ green 151 ◦ blue 109

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

Shades of Elf Green #13976D

Tints of Elf Green #13976D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 54.12%

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

R = 6.81%
G = 54.12%
B = 39.07%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#13976D (or 0x13976D) is known color: Elf Green. HEX triplet: 13, 97 and 6D. RGB value is (19,151,109). Sum of RGB (Red+Green+Blue) = 19+151+109=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 151 (59.38% from 255 or 54.12% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 151 - color contains mainly: green. Hex color #13976D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13976D is #EC6892. Grayscale: #6A6A6A. Windows color (decimal): -15493267 or 7182099. OLE color: 7182099.

HSL color Cylindrical-coordinate representation of color #13976D: hue angle of 160.91º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13976D is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 151 109 -
CMYK 0.87 0 0.28 0.41
HSL 160.91º 0.78% 0.33% -
HSV(B) 160.91º 0.87% 0.59% -
XYZ 14.1 23.38 18.24 -
YUV 106.74 129.27 65.42 -
System Red Green Blue C M Y K H S L
Decimal 19 151 109 0.87 0 0.28 0.41 160.91 0.78 0.33
Hex 13 97 6D 57 0 1C 29 A1 4E 21
Octal 23 227 155 127 0 34 51 241 116 41
Binary 10011 10010111 1101101 1010111 0 11100 101001 10100001 1001110 100001

Color Harmonies of #13976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13976D

Black with #13976D

Text Example


Text Example

White with #13976D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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