#168648

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

Shades of Salem #168648

Tints of Salem #168648

Color information

#168648 (or 0x168648) is unknown color: approx Salem. HEX triplet: 16, 86 and 48. RGB value is (22,134,72). Sum of RGB (Red+Green+Blue) = 22+134+72=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 134 (52.73% from 255 or 58.77% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 134 - color contains mainly: green. Hex color #168648 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168648 is #E979B7. Grayscale: #5D5D5D. Windows color (decimal): -15301048 or 4752918. OLE color: 4752918.

HSL color Cylindrical-coordinate representation of color #168648: hue angle of 146.79º 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 #168648 is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB2213472-
CMYK0.8400.460.47
HSL146.79º71.79%30.59%-
HSV(B)146.79º83.58%52.55%-
XYZ10.0317.699.02-
YUV93.44115.8977.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.65%
GREEN value IS 134 (52.73% from 255) = 58.77%
BLUE value IS 72 (28.52% from 255) = 31.58%
R=9.65%
G=58.77%
B=31.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22134720.8400.460.47146.7971.7930.59
Hex1686485402E2F93481f
Octal262061101240565722311037
Binary101101000011010010001010100010111010111110010011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168648; }

 p { color: rgb(22,134,72); }

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

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

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

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

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

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

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