Html Css Color HEX #098552 Salem

📋 copy color: '#098552'

red 9 ◦ green 133 ◦ blue 82

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

Shades of Salem #098552

Tints of Salem #098552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.61%

R = 4.02%
G = 59.38%
B = 36.61%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#098552 (or 0x098552) is known color: Salem. HEX triplet: 09, 85 and 52. RGB value is (9,133,82). Sum of RGB (Red+Green+Blue) = 9+133+82=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 133 (52.34% from 255 or 59.38% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 133 - color contains mainly: green. Hex color #098552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098552 is #F67AAD. Grayscale: #5A5A5A. Windows color (decimal): -16153262 or 5408009. OLE color: 5408009.

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

Color convert

RGB 9 133 82 -
CMYK 0.93 0 0.38 0.48
HSL 155.32º 0.87% 0.28% -
HSV(B) 155.32º 0.93% 0.52% -
XYZ 10.02 17.44 10.82 -
YUV 90.11 123.42 70.15 -
System Red Green Blue C M Y K H S L
Decimal 9 133 82 0.93 0 0.38 0.48 155.32 0.87 0.28
Hex 9 85 52 5D 0 26 30 9B 57 1C
Octal 11 205 122 135 0 46 60 233 127 34
Binary 1001 10000101 1010010 1011101 0 100110 110000 10011011 1010111 11100

Color Harmonies of #098552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098552

Black with #098552

Text Example


Text Example

White with #098552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098552; }

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

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

background-color css

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

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

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

border-color css

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

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

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