Html Css Color HEX #098455 Salem

📋 copy color: '#098455'

red 9 ◦ green 132 ◦ blue 85

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

Shades of Salem #098455

Tints of Salem #098455

RGB

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

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

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

R = 3.98%
G = 58.41%
B = 37.61%

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

#098455 (or 0x098455) is known color: Salem. HEX triplet: 09, 84 and 55. RGB value is (9,132,85). Sum of RGB (Red+Green+Blue) = 9+132+85=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 132 (51.95% from 255 or 58.41% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 132 - color contains mainly: green. Hex color #098455 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098455 is #F67BAA. Grayscale: #595959. Windows color (decimal): -16153515 or 5604361. OLE color: 5604361.

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

Color convert

RGB 9 132 85 -
CMYK 0.93 0 0.36 0.48
HSL 157.07º 0.87% 0.28% -
HSV(B) 157.07º 0.93% 0.52% -
XYZ 10 17.22 11.39 -
YUV 89.87 125.25 70.32 -
System Red Green Blue C M Y K H S L
Decimal 9 132 85 0.93 0 0.36 0.48 157.07 0.87 0.28
Hex 9 84 55 5D 0 24 30 9D 57 1C
Octal 11 204 125 135 0 44 60 235 127 34
Binary 1001 10000100 1010101 1011101 0 100100 110000 10011101 1010111 11100

Color Harmonies of #098455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098455

Black with #098455

Text Example


Text Example

White with #098455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098455; }

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

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

background-color css

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

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

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

border-color css

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

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

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