Html Css Color HEX #098446 Salem

📋 copy color: '#098446'

red 9 ◦ green 132 ◦ blue 70

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

Shades of Salem #098446

Tints of Salem #098446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.18%

R = 4.27%
G = 62.56%
B = 33.18%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#098446 (or 0x098446) is known color: Salem. HEX triplet: 09, 84 and 46. RGB value is (9,132,70). Sum of RGB (Red+Green+Blue) = 9+132+70=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 132 (51.95% from 255 or 62.56% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 132 - color contains mainly: green. Hex color #098446 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098446 is #F67BB9. Grayscale: #585858. Windows color (decimal): -16153530 or 4621321. OLE color: 4621321.

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

Color convert

RGB 9 132 70 -
CMYK 0.93 0 0.47 0.48
HSL 149.76º 0.87% 0.28% -
HSV(B) 149.76º 0.93% 0.52% -
XYZ 9.47 17 8.58 -
YUV 88.16 117.75 71.54 -
System Red Green Blue C M Y K H S L
Decimal 9 132 70 0.93 0 0.47 0.48 149.76 0.87 0.28
Hex 9 84 46 5D 0 2F 30 96 57 1C
Octal 11 204 106 135 0 57 60 226 127 34
Binary 1001 10000100 1000110 1011101 0 101111 110000 10010110 1010111 11100

Color Harmonies of #098446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098446

Black with #098446

Text Example


Text Example

White with #098446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098446; }

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

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

background-color css

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

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

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

border-color css

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

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

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