#09814A

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

Shades of Salem #09814A

Tints of Salem #09814A

Color information

#09814A (or 0x09814A) is unknown color: approx Salem. HEX triplet: 09, 81 and 4A. RGB value is (9,129,74). Sum of RGB (Red+Green+Blue) = 9+129+74=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 129 (50.78% from 255 or 60.85% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 129 - color contains mainly: green. Hex color #09814A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09814A is #F67EB5. Grayscale: #565656. Windows color (decimal): -16154294 or 4882697. OLE color: 4882697.

HSL color Cylindrical-coordinate representation of color #09814A: hue angle of 152.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09814A is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB912974-
CMYK0.9300.430.49
HSL152.5º86.96%27.06%-
HSV(B)152.5º93.02%50.59%-
XYZ9.216.259.13-
YUV86.85120.7472.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.25%
GREEN value IS 129 (50.78% from 255) = 60.85%
BLUE value IS 74 (29.30% from 255) = 34.91%
R=4.25%
G=60.85%
B=34.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9129740.9300.430.49152.586.9627.06
Hex9814A5D02B3198571b
Octal112011121350536123012733
Binary10011000000110010101011101010101111000110011000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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