Html Css Color HEX #098942 Salem

📋 copy color: '#098942'

red 9 ◦ green 137 ◦ blue 66

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

Shades of Salem #098942

Tints of Salem #098942

RGB

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

 GREEN value IS 137 (53.91% from 255) = 64.62%

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

R = 4.25%
G = 64.62%
B = 31.13%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#098942 (or 0x098942) is known color: Salem. HEX triplet: 09, 89 and 42. RGB value is (9,137,66). Sum of RGB (Red+Green+Blue) = 9+137+66=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 137 (53.91% from 255 or 64.62% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 137 - color contains mainly: green. Hex color #098942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098942 is #F676BD. Grayscale: #5A5A5A. Windows color (decimal): -16152254 or 4360457. OLE color: 4360457.

HSL color Cylindrical-coordinate representation of color #098942: hue angle of 146.72º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098942 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 137 66 -
CMYK 0.93 0 0.52 0.46
HSL 146.72º 0.88% 0.29% -
HSV(B) 146.72º 0.93% 0.54% -
XYZ 10.04 18.34 8.17 -
YUV 90.63 114.09 69.77 -
System Red Green Blue C M Y K H S L
Decimal 9 137 66 0.93 0 0.52 0.46 146.72 0.88 0.29
Hex 9 89 42 5D 0 34 2E 93 58 1D
Octal 11 211 102 135 0 64 56 223 130 35
Binary 1001 10001001 1000010 1011101 0 110100 101110 10010011 1011000 11101

Color Harmonies of #098942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098942

Black with #098942

Text Example


Text Example

White with #098942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098942; }

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

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

background-color css

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

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

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

border-color css

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

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

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