#16874B

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

Shades of Salem #16874B

Tints of Salem #16874B

Color information

#16874B (or 0x16874B) is unknown color: approx Salem. HEX triplet: 16, 87 and 4B. RGB value is (22,135,75). Sum of RGB (Red+Green+Blue) = 22+135+75=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 135 (53.12% from 255 or 58.19% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 135 - color contains mainly: green. Hex color #16874B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16874B is #E978B4. Grayscale: #5E5E5E. Windows color (decimal): -15300789 or 4949782. OLE color: 4949782.

HSL color Cylindrical-coordinate representation of color #16874B: hue angle of 148.14º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16874B is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB2213575-
CMYK0.8400.440.47
HSL148.14º71.97%30.78%-
HSV(B)148.14º83.7%52.94%-
XYZ10.2618.019.59-
YUV94.37117.0676.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.48%
GREEN value IS 135 (53.12% from 255) = 58.19%
BLUE value IS 75 (29.69% from 255) = 32.33%
R=9.48%
G=58.19%
B=32.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22135750.8400.440.47148.1471.9730.78
Hex16874B5402C2F94481f
Octal262071131240545722411037
Binary101101000011110010111010100010110010111110010100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16874B; }

 p { color: rgb(22,135,75); }

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

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

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

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

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

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

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