Html Css Color HEX #098452 Salem

📋 copy color: '#098452'

red 9 ◦ green 132 ◦ blue 82

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

Shades of Salem #098452

Tints of Salem #098452

RGB

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

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

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

R = 4.04%
G = 59.19%
B = 36.77%

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

#098452 (or 0x098452) is known color: Salem. HEX triplet: 09, 84 and 52. RGB value is (9,132,82). Sum of RGB (Red+Green+Blue) = 9+132+82=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #098452 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098452 is #F67BAD. Grayscale: #595959. Windows color (decimal): -16153518 or 5407753. OLE color: 5407753.

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

Color convert

RGB 9 132 82 -
CMYK 0.93 0 0.38 0.48
HSL 155.61º 0.87% 0.28% -
HSV(B) 155.61º 0.93% 0.52% -
XYZ 9.89 17.17 10.78 -
YUV 89.52 123.75 70.57 -
System Red Green Blue C M Y K H S L
Decimal 9 132 82 0.93 0 0.38 0.48 155.61 0.87 0.28
Hex 9 84 52 5D 0 26 30 9C 57 1C
Octal 11 204 122 135 0 46 60 234 127 34
Binary 1001 10000100 1010010 1011101 0 100110 110000 10011100 1010111 11100

Color Harmonies of #098452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098452

Black with #098452

Text Example


Text Example

White with #098452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098452; }

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

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

background-color css

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

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

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

border-color css

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

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

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