#168479

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

Shades of Elm #168479

Tints of Elm #168479

Color information

#168479 (or 0x168479) is unknown color: approx Elm. HEX triplet: 16, 84 and 79. RGB value is (22,132,121). Sum of RGB (Red+Green+Blue) = 22+132+121=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #168479 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168479 is #E97B86. Grayscale: #616161. Windows color (decimal): -15301511 or 7963670. OLE color: 7963670.

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

Color convert

RGB22132121-
CMYK0.8300.080.48
HSL174º71.43%30.2%-
HSV(B)174º83.33%51.76%-
XYZ12.0318.0520.94-
YUV97.86141.0673.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8%
GREEN value IS 132 (51.95% from 255) = 48%
BLUE value IS 121 (47.66% from 255) = 44%
R=8%
G=48%
B=44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal221321210.8300.080.4817471.4330.2
Hex168479530830ae471e
Octal262041711230106025610736
Binary1011010000100111100110100110100011000010101110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168479; }

 p { color: rgb(22,132,121); }

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

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

 a { background-color: rgb(22,132,121); }

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

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

 span { border-color: rgb(22,132,121); }

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