#178252

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

Shades of Salem #178252

Tints of Salem #178252

Color information

#178252 (or 0x178252) is unknown color: approx Salem. HEX triplet: 17, 82 and 52. RGB value is (23,130,82). Sum of RGB (Red+Green+Blue) = 23+130+82=235 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.79% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #178252 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #178252 is #E87DAD. Grayscale: #5C5C5C. Windows color (decimal): -15236526 or 5407255. OLE color: 5407255.

HSL color Cylindrical-coordinate representation of color #178252: hue angle of 153.08º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #178252 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB2313082-
CMYK0.8200.370.49
HSL153.08º69.93%30%-
HSV(B)153.08º82.31%50.98%-
XYZ9.8616.7610.7-
YUV92.54122.0578.4-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.79%
GREEN value IS 130 (51.17% from 255) = 55.32%
BLUE value IS 82 (32.42% from 255) = 34.89%
R=9.79%
G=55.32%
B=34.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal23130820.8200.370.49153.0869.9330
Hex178252520253199461e
Octal272021221220456123110636
Binary101111000001010100101010010010010111000110011001100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #178252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #178252; }

 p { color: rgb(23,130,82); }

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

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

 a { background-color: rgb(23,130,82); }

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

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

 span { border-color: rgb(23,130,82); }

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