#098A53

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

Shades of Salem #098A53

Tints of Salem #098A53

Color information

#098A53 (or 0x098A53) is unknown color: approx Salem. HEX triplet: 09, 8A and 53. RGB value is (9,138,83). Sum of RGB (Red+Green+Blue) = 9+138+83=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 138 (54.30% from 255 or 60% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 138 - color contains mainly: green. Hex color #098A53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098A53 is #F675AC. Grayscale: #5D5D5D. Windows color (decimal): -16151981 or 5474825. OLE color: 5474825.

HSL color Cylindrical-coordinate representation of color #098A53: hue angle of 154.42º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098A53 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB913883-
CMYK0.9300.400.46
HSL154.42º87.76%28.82%-
HSV(B)154.42º93.48%54.12%-
XYZ10.7618.8611.26-
YUV93.16122.2667.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.91%
GREEN value IS 138 (54.30% from 255) = 60%
BLUE value IS 83 (32.81% from 255) = 36.09%
R=3.91%
G=60%
B=36.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9138830.9300.400.46154.4287.7628.82
Hex98A535D0282E9a581d
Octal112121231350505623213035
Binary10011000101010100111011101010100010111010011010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098A53; }

 p { color: rgb(9,138,83); }

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

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

 a { background-color: rgb(9,138,83); }

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

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

 span { border-color: rgb(9,138,83); }

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