Html Css Color HEX #138477 Elf Green

📋 copy color: '#138477'

red 19 ◦ green 132 ◦ blue 119

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

Shades of Elf Green #138477

Tints of Elf Green #138477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.89%

 BLUE value IS 119 (46.88% from 255) = 44.07%

R = 7.04%
G = 48.89%
B = 44.07%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#138477 (or 0x138477) is known color: Elf Green. HEX triplet: 13, 84 and 77. RGB value is (19,132,119). Sum of RGB (Red+Green+Blue) = 19+132+119=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #138477 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138477 is #EC7B88. Grayscale: #606060. Windows color (decimal): -15498121 or 7832595. OLE color: 7832595.

HSL color Cylindrical-coordinate representation of color #138477: hue angle of 173.1º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138477 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 132 119 -
CMYK 0.86 0 0.10 0.48
HSL 173.1º 0.75% 0.3% -
HSV(B) 173.1º 0.86% 0.52% -
XYZ 11.85 17.97 20.3 -
YUV 96.73 140.56 72.56 -
System Red Green Blue C M Y K H S L
Decimal 19 132 119 0.86 0 0.10 0.48 173.1 0.75 0.3
Hex 13 84 77 56 0 A 30 AD 4B 1E
Octal 23 204 167 126 0 12 60 255 113 36
Binary 10011 10000100 1110111 1010110 0 1010 110000 10101101 1001011 11110

Color Harmonies of #138477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138477

Black with #138477

Text Example


Text Example

White with #138477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138477; }

 p { color: rgb(19,132,119); }

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

background-color css

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

 a { background-color: rgb(19,132,119); }

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

border-color css

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

 span { border-color: rgb(19,132,119); }

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