#138776

Color #138776 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #138776

Tints of Elf Green #138776

Color information

#138776 (or 0x138776) is unknown color: approx Elf Green. HEX triplet: 13, 87 and 76. RGB value is (19,135,118). Sum of RGB (Red+Green+Blue) = 19+135+118=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #138776 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138776 is #EC7889. Grayscale: #626262. Windows color (decimal): -15497354 or 7767827. OLE color: 7767827.

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

Color convert

RGB19135118-
CMYK0.8600.130.47
HSL171.21º75.32%30.2%-
HSV(B)171.21º85.93%52.94%-
XYZ12.218.7720.12-
YUV98.38139.0771.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.99%
GREEN value IS 135 (53.12% from 255) = 49.63%
BLUE value IS 118 (46.48% from 255) = 43.38%
R=6.99%
G=49.63%
B=43.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal191351180.8600.130.47171.2175.3230.2
Hex138776560D2Fab4b1e
Octal232071661260155725311336
Binary1001110000111111011010101100110110111110101011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138776; }

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

 H1.HeaderClassName
 {
   color: #138776;
 }
 .AnyTagClassName
 {
   color: #138776;
 }
</style>
background-color css

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

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

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

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

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

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