Html Css Color HEX #13906C Elf Green

📋 copy color: '#13906C'

red 19 ◦ green 144 ◦ blue 108

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

Shades of Elf Green #13906C

Tints of Elf Green #13906C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.14%

 BLUE value IS 108 (42.58% from 255) = 39.85%

R = 7.01%
G = 53.14%
B = 39.85%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#13906C (or 0x13906C) is known color: Elf Green. HEX triplet: 13, 90 and 6C. RGB value is (19,144,108). Sum of RGB (Red+Green+Blue) = 19+144+108=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #13906C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13906C is #EC6F93. Grayscale: #666666. Windows color (decimal): -15495060 or 7114771. OLE color: 7114771.

HSL color Cylindrical-coordinate representation of color #13906C: hue angle of 162.72º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13906C is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 144 108 -
CMYK 0.87 0 0.25 0.44
HSL 162.72º 0.77% 0.32% -
HSV(B) 162.72º 0.87% 0.56% -
XYZ 12.95 21.17 17.59 -
YUV 102.52 131.09 68.43 -
System Red Green Blue C M Y K H S L
Decimal 19 144 108 0.87 0 0.25 0.44 162.72 0.77 0.32
Hex 13 90 6C 57 0 19 2C A3 4D 20
Octal 23 220 154 127 0 31 54 243 115 40
Binary 10011 10010000 1101100 1010111 0 11001 101100 10100011 1001101 100000

Color Harmonies of #13906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13906C

Black with #13906C

Text Example


Text Example

White with #13906C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13906C; }

 p { color: rgb(19,144,108); }

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

background-color css

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

 a { background-color: rgb(19,144,108); }

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

border-color css

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

 span { border-color: rgb(19,144,108); }

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