Html Css Color HEX #098442 Salem

📋 copy color: '#098442'

red 9 ◦ green 132 ◦ blue 66

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

Shades of Salem #098442

Tints of Salem #098442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.88%

R = 4.35%
G = 63.77%
B = 31.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#098442 (or 0x098442) is known color: Salem. HEX triplet: 09, 84 and 42. RGB value is (9,132,66). Sum of RGB (Red+Green+Blue) = 9+132+66=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 132 (51.95% from 255 or 63.77% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 132 - color contains mainly: green. Hex color #098442 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098442 is #F67BBD. Grayscale: #575757. Windows color (decimal): -16153534 or 4359177. OLE color: 4359177.

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

Color convert

RGB 9 132 66 -
CMYK 0.93 0 0.5 0.48
HSL 147.8º 0.87% 0.28% -
HSV(B) 147.8º 0.93% 0.52% -
XYZ 9.35 16.95 7.93 -
YUV 87.7 115.75 71.87 -
System Red Green Blue C M Y K H S L
Decimal 9 132 66 0.93 0 0.5 0.48 147.8 0.87 0.28
Hex 9 84 42 5D 0 32 30 94 57 1C
Octal 11 204 102 135 0 62 60 224 127 34
Binary 1001 10000100 1000010 1011101 0 110010 110000 10010100 1010111 11100

Color Harmonies of #098442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098442

Black with #098442

Text Example


Text Example

White with #098442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098442; }

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

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

background-color css

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

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

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

border-color css

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

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

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