Html Css Color HEX #09844B Salem

📋 copy color: '#09844B'

red 9 ◦ green 132 ◦ blue 75

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

Shades of Salem #09844B

Tints of Salem #09844B

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 value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#09844B (or 0x09844B) is known color: 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

RGB 9 132 75 -
CMYK 0.93 0 0.43 0.48
HSL 152.2º 0.87% 0.28% -
HSV(B) 152.2º 0.93% 0.52% -
XYZ 9.63 17.07 9.44 -
YUV 88.73 120.25 71.13 -
System Red Green Blue C M Y K H S L
Decimal 9 132 75 0.93 0 0.43 0.48 152.2 0.87 0.28
Hex 9 84 4B 5D 0 2B 30 98 57 1C
Octal 11 204 113 135 0 53 60 230 127 34
Binary 1001 10000100 1001011 1011101 0 101011 110000 10011000 1010111 11100

Color Harmonies of #09844B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09844B

Black with #09844B

Text Example


Text Example

White with #09844B

Text Example


Text Example

HTML Codes & Css Web 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>