#09884C

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

Shades of Salem #09884C

Tints of Salem #09884C

Color information

#09884C (or 0x09884C) is unknown color: approx Salem. HEX triplet: 09, 88 and 4C. RGB value is (9,136,76). Sum of RGB (Red+Green+Blue) = 9+136+76=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 136 (53.52% from 255 or 61.54% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 136 - color contains mainly: green. Hex color #09884C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09884C is #F677B3. Grayscale: #5B5B5B. Windows color (decimal): -16152500 or 5015561. OLE color: 5015561.

HSL color Cylindrical-coordinate representation of color #09884C: hue angle of 151.65º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09884C is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB913676-
CMYK0.9300.440.47
HSL151.65º87.59%28.43%-
HSV(B)151.65º93.38%53.33%-
XYZ10.2218.199.81-
YUV91.19119.4269.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.07%
GREEN value IS 136 (53.52% from 255) = 61.54%
BLUE value IS 76 (30.08% from 255) = 34.39%
R=4.07%
G=61.54%
B=34.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9136760.9300.440.47151.6587.5928.43
Hex9884C5D02C2F98581c
Octal112101141350545723013034
Binary10011000100010011001011101010110010111110011000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09884C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09884C; }

 p { color: rgb(9,136,76); }

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

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

 a { background-color: rgb(9,136,76); }

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

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

 span { border-color: rgb(9,136,76); }

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