Html Css Color HEX #09844A Salem

📋 copy color: '#09844A'

red 9 ◦ green 132 ◦ blue 74

#09844A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #09844A

Tints of Salem #09844A

RGB

 RED value IS 9 (3.91% from 255) = 4.19%

 GREEN value IS 132 (51.95% from 255) = 61.4%

 BLUE value IS 74 (29.3% from 255) = 34.42%

R = 4.19%
G = 61.4%
B = 34.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#09844A (or 0x09844A) is known color: Salem. HEX triplet: 09, 84 and 4A. RGB value is (9,132,74). Sum of RGB (Red+Green+Blue) = 9+132+74=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 132 (51.95% from 255 or 61.40% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 132 - color contains mainly: green. Hex color #09844A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09844A is #F67BB5. Grayscale: #585858. Windows color (decimal): -16153526 or 4883465. OLE color: 4883465.

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

Color convert

RGB 9 132 74 -
CMYK 0.93 0 0.44 0.48
HSL 151.71º 0.87% 0.28% -
HSV(B) 151.71º 0.93% 0.52% -
XYZ 9.6 17.06 9.26 -
YUV 88.61 119.75 71.22 -
System Red Green Blue C M Y K H S L
Decimal 9 132 74 0.93 0 0.44 0.48 151.71 0.87 0.28
Hex 9 84 4A 5D 0 2C 30 98 57 1C
Octal 11 204 112 135 0 54 60 230 127 34
Binary 1001 10000100 1001010 1011101 0 101100 110000 10011000 1010111 11100

Color Harmonies of #09844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09844A

Black with #09844A

Text Example


Text Example

White with #09844A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09844A;
 }
 .AnyTagClassName
 {
   color: #09844A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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