#098A3C

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

Shades of Salem #098A3C

Tints of Salem #098A3C

Color information

#098A3C (or 0x098A3C) is unknown color: approx Salem. HEX triplet: 09, 8A and 3C. RGB value is (9,138,60). Sum of RGB (Red+Green+Blue) = 9+138+60=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 138 (54.30% from 255 or 66.67% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 138 - color contains mainly: green. Hex color #098A3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098A3C is #F675C3. Grayscale: #5A5A5A. Windows color (decimal): -16152004 or 3967497. OLE color: 3967497.

HSL color Cylindrical-coordinate representation of color #098A3C: hue angle of 143.72º 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 #098A3C is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB913860-
CMYK0.9300.570.46
HSL143.72º87.76%28.82%-
HSV(B)143.72º93.48%54.12%-
XYZ10.0218.567.33-
YUV90.54110.7669.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 138 (54.30% from 255) = 66.67%
BLUE value IS 60 (23.83% from 255) = 28.99%
R=4.35%
G=66.67%
B=28.99%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9138600.9300.570.46143.7287.7628.82
Hex98A3C5D0392E90581d
Octal11212741350715622013035
Binary1001100010101111001011101011100110111010010000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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