#098042

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

Shades of Salem #098042

Tints of Salem #098042

Color information

#098042 (or 0x098042) is unknown color: approx Salem. HEX triplet: 09, 80 and 42. RGB value is (9,128,66). Sum of RGB (Red+Green+Blue) = 9+128+66=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 128 (50.39% from 255 or 63.05% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 128 - color contains mainly: green. Hex color #098042 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098042 is #F67FBD. Grayscale: #555555. Windows color (decimal): -16154558 or 4358153. OLE color: 4358153.

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

Color convert

RGB912866-
CMYK0.9300.480.50
HSL148.74º86.86%26.86%-
HSV(B)148.74º92.97%50.2%-
XYZ8.8215.897.76-
YUV85.35117.0873.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.43%
GREEN value IS 128 (50.39% from 255) = 63.05%
BLUE value IS 66 (26.17% from 255) = 32.51%
R=4.43%
G=63.05%
B=32.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9128660.9300.480.50148.7486.8626.86
Hex980425D0303295571b
Octal112001021350606222512733
Binary10011000000010000101011101011000011001010010101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098042; }

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

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

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

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

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

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

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

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