Html Css Color HEX #138576 Elf Green

📋 copy color: '#138576'

red 19 ◦ green 133 ◦ blue 118

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

Shades of Elf Green #138576

Tints of Elf Green #138576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.26%

 BLUE value IS 118 (46.48% from 255) = 43.7%

R = 7.04%
G = 49.26%
B = 43.7%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#138576 (or 0x138576) is known color: Elf Green. HEX triplet: 13, 85 and 76. RGB value is (19,133,118). Sum of RGB (Red+Green+Blue) = 19+133+118=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #138576 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138576 is #EC7A89. Grayscale: #616161. Windows color (decimal): -15497866 or 7767315. OLE color: 7767315.

HSL color Cylindrical-coordinate representation of color #138576: hue angle of 172.11º 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 #138576 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 133 118 -
CMYK 0.86 0 0.11 0.48
HSL 172.11º 0.75% 0.3% -
HSV(B) 172.11º 0.86% 0.52% -
XYZ 11.93 18.22 20.03 -
YUV 97.2 139.73 72.22 -
System Red Green Blue C M Y K H S L
Decimal 19 133 118 0.86 0 0.11 0.48 172.11 0.75 0.3
Hex 13 85 76 56 0 B 30 AC 4B 1E
Octal 23 205 166 126 0 13 60 254 113 36
Binary 10011 10000101 1110110 1010110 0 1011 110000 10101100 1001011 11110

Color Harmonies of #138576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138576

Black with #138576

Text Example


Text Example

White with #138576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138576; }

 p { color: rgb(19,133,118); }

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

background-color css

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

 a { background-color: rgb(19,133,118); }

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

border-color css

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

 span { border-color: rgb(19,133,118); }

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