Html Css Color HEX #097D52 Salem

📋 copy color: '#097D52'

red 9 ◦ green 125 ◦ blue 82

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

Shades of Salem #097D52

Tints of Salem #097D52

RGB

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

 GREEN value IS 125 (49.22% from 255) = 57.87%

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

R = 4.17%
G = 57.87%
B = 37.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#097D52 (or 0x097D52) is known color: Salem. HEX triplet: 09, 7D and 52. RGB value is (9,125,82). Sum of RGB (Red+Green+Blue) = 9+125+82=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 125 (49.22% from 255 or 57.87% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 125 - color contains mainly: green. Hex color #097D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097D52 is #F682AD. Grayscale: #555555. Windows color (decimal): -16155310 or 5405961. OLE color: 5405961.

HSL color Cylindrical-coordinate representation of color #097D52: hue angle of 157.76º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097D52 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 125 82 -
CMYK 0.93 0 0.34 0.51
HSL 157.76º 0.87% 0.26% -
HSV(B) 157.76º 0.93% 0.49% -
XYZ 8.97 15.33 10.47 -
YUV 85.41 126.07 73.5 -
System Red Green Blue C M Y K H S L
Decimal 9 125 82 0.93 0 0.34 0.51 157.76 0.87 0.26
Hex 9 7D 52 5D 0 22 33 9E 57 1A
Octal 11 175 122 135 0 42 63 236 127 32
Binary 1001 1111101 1010010 1011101 0 100010 110011 10011110 1010111 11010

Color Harmonies of #097D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097D52

Black with #097D52

Text Example


Text Example

White with #097D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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