Html Css Color HEX #138376 Elf Green

📋 copy color: '#138376'

red 19 ◦ green 131 ◦ blue 118

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

Shades of Elf Green #138376

Tints of Elf Green #138376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.88%

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

R = 7.09%
G = 48.88%
B = 44.03%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#138376 (or 0x138376) is known color: Elf Green. HEX triplet: 13, 83 and 76. RGB value is (19,131,118). Sum of RGB (Red+Green+Blue) = 19+131+118=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #138376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138376 is #EC7C89. Grayscale: #5F5F5F. Windows color (decimal): -15498378 or 7766803. OLE color: 7766803.

HSL color Cylindrical-coordinate representation of color #138376: hue angle of 173.04º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138376 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 131 118 -
CMYK 0.85 0 0.10 0.49
HSL 173.04º 0.75% 0.29% -
HSV(B) 173.04º 0.85% 0.51% -
XYZ 11.65 17.68 19.94 -
YUV 96.03 140.39 73.06 -
System Red Green Blue C M Y K H S L
Decimal 19 131 118 0.85 0 0.10 0.49 173.04 0.75 0.29
Hex 13 83 76 55 0 A 31 AD 4B 1D
Octal 23 203 166 125 0 12 61 255 113 35
Binary 10011 10000011 1110110 1010101 0 1010 110001 10101101 1001011 11101

Color Harmonies of #138376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138376

Black with #138376

Text Example


Text Example

White with #138376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138376; }

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

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

background-color css

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

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

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

border-color css

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

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

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