#168841

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

Shades of Salem #168841

Tints of Salem #168841

Color information

#168841 (or 0x168841) is unknown color: approx Salem. HEX triplet: 16, 88 and 41. RGB value is (22,136,65). Sum of RGB (Red+Green+Blue) = 22+136+65=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 136 (53.52% from 255 or 60.99% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 136 - color contains mainly: green. Hex color #168841 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168841 is #E977BE. Grayscale: #5D5D5D. Windows color (decimal): -15300543 or 4294678. OLE color: 4294678.

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

Color convert

RGB2213665-
CMYK0.8400.520.47
HSL142.63º72.15%30.98%-
HSV(B)142.63º83.82%53.33%-
XYZ10.0918.167.97-
YUV93.82111.7376.77-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.87%
GREEN value IS 136 (53.52% from 255) = 60.99%
BLUE value IS 65 (25.78% from 255) = 29.15%
R=9.87%
G=60.99%
B=29.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22136650.8400.520.47142.6372.1530.98
Hex168841540342F8f481f
Octal262101011240645721711037
Binary101101000100010000011010100011010010111110001111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168841; }

 p { color: rgb(22,136,65); }

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

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

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

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

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

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

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