Html Css Color HEX #098555 Salem

📋 copy color: '#098555'

red 9 ◦ green 133 ◦ blue 85

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

Shades of Salem #098555

Tints of Salem #098555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.44%

R = 3.96%
G = 58.59%
B = 37.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#098555 (or 0x098555) is known color: Salem. HEX triplet: 09, 85 and 55. RGB value is (9,133,85). Sum of RGB (Red+Green+Blue) = 9+133+85=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 133 (52.34% from 255 or 58.59% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 133 - color contains mainly: green. Hex color #098555 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098555 is #F67AAA. Grayscale: #5A5A5A. Windows color (decimal): -16153259 or 5604617. OLE color: 5604617.

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

Color convert

RGB 9 133 85 -
CMYK 0.93 0 0.36 0.48
HSL 156.77º 0.87% 0.28% -
HSV(B) 156.77º 0.93% 0.52% -
XYZ 10.14 17.49 11.44 -
YUV 90.45 124.92 69.9 -
System Red Green Blue C M Y K H S L
Decimal 9 133 85 0.93 0 0.36 0.48 156.77 0.87 0.28
Hex 9 85 55 5D 0 24 30 9D 57 1C
Octal 11 205 125 135 0 44 60 235 127 34
Binary 1001 10000101 1010101 1011101 0 100100 110000 10011101 1010111 11100

Color Harmonies of #098555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098555

Black with #098555

Text Example


Text Example

White with #098555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098555; }

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

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

background-color css

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

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

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

border-color css

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

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

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