#09823F

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

Shades of Salem #09823F

Tints of Salem #09823F

Color information

#09823F (or 0x09823F) is unknown color: approx Salem. HEX triplet: 09, 82 and 3F. RGB value is (9,130,63). Sum of RGB (Red+Green+Blue) = 9+130+63=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 130 (51.17% from 255 or 64.36% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 130 - color contains mainly: green. Hex color #09823F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09823F is #F67DC0. Grayscale: #565656. Windows color (decimal): -16154049 or 4162057. OLE color: 4162057.

HSL color Cylindrical-coordinate representation of color #09823F: hue angle of 146.78º 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 #09823F is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB913063-
CMYK0.9300.520.49
HSL146.78º87.05%27.25%-
HSV(B)146.78º93.08%50.98%-
XYZ8.9916.387.39-
YUV86.18114.9172.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.46%
GREEN value IS 130 (51.17% from 255) = 64.36%
BLUE value IS 63 (25% from 255) = 31.19%
R=4.46%
G=64.36%
B=31.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9130630.9300.520.49146.7887.0527.25
Hex9823F5D0343193571b
Octal11202771350646122312733
Binary1001100000101111111011101011010011000110010011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09823F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09823F; }

 p { color: rgb(9,130,63); }

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

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

 a { background-color: rgb(9,130,63); }

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

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

 span { border-color: rgb(9,130,63); }

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