#167474

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

Shades of Elm #167474

Tints of Elm #167474

Color information

#167474 (or 0x167474) is unknown color: approx Elm. HEX triplet: 16, 74 and 74. RGB value is (22,116,116). Sum of RGB (Red+Green+Blue) = 22+116+116=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #167474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167474 is #E98B8B. Grayscale: #575757. Windows color (decimal): -15305612 or 7631894. OLE color: 7631894.

HSL color Cylindrical-coordinate representation of color #167474: hue angle of 180º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #167474 is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB22116116-
CMYK0.81000.55
HSL180º68.12%27.06%-
HSV(B)180º81.03%45.49%-
XYZ9.7313.9218.7-
YUV87.89143.8681-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.66%
GREEN value IS 116 (45.70% from 255) = 45.67%
BLUE value IS 116 (45.70% from 255) = 45.67%
R=8.66%
G=45.67%
B=45.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal221161160.81000.5518068.1227.06
Hex167474510037b4441b
Octal26164164121006726410433
Binary101101110100111010010100010011011110110100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167474; }

 p { color: rgb(22,116,116); }

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

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

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

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

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

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

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