#09844B

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

Shades of Salem #09844B

Tints of Salem #09844B

Color information

#09844B (or 0x09844B) is unknown color: approx Salem. HEX triplet: 09, 84 and 4B. RGB value is (9,132,75). Sum of RGB (Red+Green+Blue) = 9+132+75=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 132 (51.95% from 255 or 61.11% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 132 - color contains mainly: green. Hex color #09844B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09844B is #F67BB4. Grayscale: #585858. Windows color (decimal): -16153525 or 4949001. OLE color: 4949001.

HSL color Cylindrical-coordinate representation of color #09844B: hue angle of 152.2º 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 #09844B is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB913275-
CMYK0.9300.430.48
HSL152.2º87.23%27.65%-
HSV(B)152.2º93.18%51.76%-
XYZ9.6317.079.44-
YUV88.72120.2571.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.17%
GREEN value IS 132 (51.95% from 255) = 61.11%
BLUE value IS 75 (29.69% from 255) = 34.72%
R=4.17%
G=61.11%
B=34.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9132750.9300.430.48152.287.2327.65
Hex9844B5D02B3098571c
Octal112041131350536023012734
Binary10011000010010010111011101010101111000010011000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09844B; }

 p { color: rgb(9,132,75); }

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

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

 a { background-color: rgb(9,132,75); }

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

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

 span { border-color: rgb(9,132,75); }

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