Html Css Color HEX #098554 Salem

📋 copy color: '#098554'

red 9 ◦ green 133 ◦ blue 84

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

Shades of Salem #098554

Tints of Salem #098554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 37.17%

R = 3.98%
G = 58.85%
B = 37.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#098554 (or 0x098554) is known color: Salem. HEX triplet: 09, 85 and 54. RGB value is (9,133,84). Sum of RGB (Red+Green+Blue) = 9+133+84=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #098554 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098554 is #F67AAB. Grayscale: #5A5A5A. Windows color (decimal): -16153260 or 5539081. OLE color: 5539081.

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

Color convert

RGB 9 133 84 -
CMYK 0.93 0 0.37 0.48
HSL 156.29º 0.87% 0.28% -
HSV(B) 156.29º 0.93% 0.52% -
XYZ 10.1 17.47 11.23 -
YUV 90.34 124.42 69.98 -
System Red Green Blue C M Y K H S L
Decimal 9 133 84 0.93 0 0.37 0.48 156.29 0.87 0.28
Hex 9 85 54 5D 0 25 30 9C 57 1C
Octal 11 205 124 135 0 45 60 234 127 34
Binary 1001 10000101 1010100 1011101 0 100101 110000 10011100 1010111 11100

Color Harmonies of #098554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098554

Black with #098554

Text Example


Text Example

White with #098554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098554; }

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

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

background-color css

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

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

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

border-color css

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

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

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