#09854A

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

Shades of Salem #09854A

Tints of Salem #09854A

Color information

#09854A (or 0x09854A) is unknown color: approx Salem. HEX triplet: 09, 85 and 4A. RGB value is (9,133,74). Sum of RGB (Red+Green+Blue) = 9+133+74=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #09854A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09854A is #F67AB5. Grayscale: #595959. Windows color (decimal): -16153270 or 4883721. OLE color: 4883721.

HSL color Cylindrical-coordinate representation of color #09854A: hue angle of 151.45º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09854A is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB913374-
CMYK0.9300.440.48
HSL151.45º87.32%27.84%-
HSV(B)151.45º93.23%52.16%-
XYZ9.7417.339.31-
YUV89.2119.4270.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.17%
GREEN value IS 133 (52.34% from 255) = 61.57%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=4.17%
G=61.57%
B=34.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9133740.9300.440.48151.4587.3227.84
Hex9854A5D02C3097571c
Octal112051121350546022712734
Binary10011000010110010101011101010110011000010010111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09854A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09854A; }

 p { color: rgb(9,133,74); }

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

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

 a { background-color: rgb(9,133,74); }

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

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

 span { border-color: rgb(9,133,74); }

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