#098245

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

Shades of Salem #098245

Tints of Salem #098245

Color information

#098245 (or 0x098245) is unknown color: approx Salem. HEX triplet: 09, 82 and 45. RGB value is (9,130,69). Sum of RGB (Red+Green+Blue) = 9+130+69=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 130 (51.17% from 255 or 62.5% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 130 - color contains mainly: green. Hex color #098245 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098245 is #F67DBA. Grayscale: #565656. Windows color (decimal): -16154043 or 4555273. OLE color: 4555273.

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

Color convert

RGB913069-
CMYK0.9300.470.49
HSL149.75º87.05%27.25%-
HSV(B)149.75º93.08%50.98%-
XYZ9.1716.458.32-
YUV86.87117.9172.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.33%
GREEN value IS 130 (51.17% from 255) = 62.5%
BLUE value IS 69 (27.34% from 255) = 33.17%
R=4.33%
G=62.5%
B=33.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9130690.9300.470.49149.7587.0527.25
Hex982455D02F3196571b
Octal112021051350576122612733
Binary10011000001010001011011101010111111000110010110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098245; }

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

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

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

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

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

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

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

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