#098252

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

Shades of Salem #098252

Tints of Salem #098252

Color information

#098252 (or 0x098252) is unknown color: approx Salem. HEX triplet: 09, 82 and 52. RGB value is (9,130,82). Sum of RGB (Red+Green+Blue) = 9+130+82=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #098252 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098252 is #F67DAD. Grayscale: #585858. Windows color (decimal): -16154030 or 5407241. OLE color: 5407241.

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

Color convert

RGB913082-
CMYK0.9300.370.49
HSL156.2º87.05%27.25%-
HSV(B)156.2º93.08%50.98%-
XYZ9.6216.6310.69-
YUV88.35124.4171.4-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.07%
GREEN value IS 130 (51.17% from 255) = 58.82%
BLUE value IS 82 (32.42% from 255) = 37.10%
R=4.07%
G=58.82%
B=37.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9130820.9300.370.49156.287.0527.25
Hex982525D025319c571b
Octal112021221350456123412733
Binary10011000001010100101011101010010111000110011100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098252; }

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

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

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

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

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

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

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

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