#118475

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

Shades of Elf Green #118475

Tints of Elf Green #118475

Color information

#118475 (or 0x118475) is unknown color: approx Elf Green. HEX triplet: 11, 84 and 75. RGB value is (17,132,117). Sum of RGB (Red+Green+Blue) = 17+132+117=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #118475 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118475 is #EE7B8A. Grayscale: #5F5F5F. Windows color (decimal): -15629195 or 7701521. OLE color: 7701521.

HSL color Cylindrical-coordinate representation of color #118475: hue angle of 172.17º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118475 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB17132117-
CMYK0.8700.110.48
HSL172.17º77.18%29.22%-
HSV(B)172.17º87.12%51.76%-
XYZ11.6917.9119.67-
YUV95.9139.971.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.39%
GREEN value IS 132 (51.95% from 255) = 49.62%
BLUE value IS 117 (46.09% from 255) = 43.98%
R=6.39%
G=49.62%
B=43.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal171321170.8700.110.48172.1777.1829.22
Hex118475570B30ac4d1d
Octal212041651270136025411535
Binary1000110000100111010110101110101111000010101100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118475; }

 p { color: rgb(17,132,117); }

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

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

 a { background-color: rgb(17,132,117); }

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

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

 span { border-color: rgb(17,132,117); }

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