#097848

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

Shades of Salem #097848

Tints of Salem #097848

Color information

#097848 (or 0x097848) is unknown color: approx Salem. HEX triplet: 09, 78 and 48. RGB value is (9,120,72). Sum of RGB (Red+Green+Blue) = 9+120+72=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 120 (47.27% from 255 or 59.70% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 120 - color contains mainly: green. Hex color #097848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097848 is #F687B7. Grayscale: #515151. Windows color (decimal): -16156600 or 4749321. OLE color: 4749321.

HSL color Cylindrical-coordinate representation of color #097848: hue angle of 154.05º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097848 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB912072-
CMYK0.9200.400.53
HSL154.05º86.05%25.29%-
HSV(B)154.05º92.5%47.06%-
XYZ813.968.4-
YUV81.34122.7376.4-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.48%
GREEN value IS 120 (47.27% from 255) = 59.70%
BLUE value IS 72 (28.52% from 255) = 35.82%
R=4.48%
G=59.70%
B=35.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9120720.9200.400.53154.0586.0525.29
Hex978485C028359a5619
Octal111701101340506523212631
Binary1001111100010010001011100010100011010110011010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097848; }

 p { color: rgb(9,120,72); }

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

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

 a { background-color: rgb(9,120,72); }

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

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

 span { border-color: rgb(9,120,72); }

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