Html Css Color HEX #098548 Salem

📋 copy color: '#098548'

red 9 ◦ green 133 ◦ blue 72

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

Shades of Salem #098548

Tints of Salem #098548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 62.15%

 BLUE value IS 72 (28.52% from 255) = 33.64%

R = 4.21%
G = 62.15%
B = 33.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#098548 (or 0x098548) is known color: Salem. HEX triplet: 09, 85 and 48. RGB value is (9,133,72). Sum of RGB (Red+Green+Blue) = 9+133+72=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 133 (52.34% from 255 or 62.15% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 133 - color contains mainly: green. Hex color #098548 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098548 is #F67AB7. Grayscale: #595959. Windows color (decimal): -16153272 or 4752649. OLE color: 4752649.

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

Color convert

RGB 9 133 72 -
CMYK 0.93 0 0.46 0.48
HSL 150.48º 0.87% 0.28% -
HSV(B) 150.48º 0.93% 0.52% -
XYZ 9.67 17.3 8.96 -
YUV 88.97 118.42 70.96 -
System Red Green Blue C M Y K H S L
Decimal 9 133 72 0.93 0 0.46 0.48 150.48 0.87 0.28
Hex 9 85 48 5D 0 2E 30 96 57 1C
Octal 11 205 110 135 0 56 60 226 127 34
Binary 1001 10000101 1001000 1011101 0 101110 110000 10010110 1010111 11100

Color Harmonies of #098548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098548

Black with #098548

Text Example


Text Example

White with #098548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098548; }

 p { color: rgb(9,133,72); }

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

background-color css

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

 a { background-color: rgb(9,133,72); }

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

border-color css

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

 span { border-color: rgb(9,133,72); }

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