#098542

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

Shades of Salem #098542

Tints of Salem #098542

Color information

#098542 (or 0x098542) is unknown color: approx Salem. HEX triplet: 09, 85 and 42. RGB value is (9,133,66). Sum of RGB (Red+Green+Blue) = 9+133+66=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 133 (52.34% from 255 or 63.94% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 133 - color contains mainly: green. Hex color #098542 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098542 is #F67ABD. Grayscale: #585858. Windows color (decimal): -16153278 or 4359433. OLE color: 4359433.

HSL color Cylindrical-coordinate representation of color #098542: hue angle of 147.58º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098542 is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB913366-
CMYK0.9300.500.48
HSL147.58º87.32%27.84%-
HSV(B)147.58º93.23%52.16%-
XYZ9.4817.237.98-
YUV88.29115.4271.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.33%
GREEN value IS 133 (52.34% from 255) = 63.94%
BLUE value IS 66 (26.17% from 255) = 31.73%
R=4.33%
G=63.94%
B=31.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9133660.9300.500.48147.5887.3227.84
Hex985425D0323094571c
Octal112051021350626022412734
Binary10011000010110000101011101011001011000010010100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098542; }

 p { color: rgb(9,133,66); }

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

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

 a { background-color: rgb(9,133,66); }

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

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

 span { border-color: rgb(9,133,66); }

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