Html Css Color HEX #097C52 Salem

📋 copy color: '#097C52'

red 9 ◦ green 124 ◦ blue 82

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

Shades of Salem #097C52

Tints of Salem #097C52

RGB

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

 GREEN value IS 124 (48.83% from 255) = 57.67%

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

R = 4.19%
G = 57.67%
B = 38.14%

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

#097C52 (or 0x097C52) is known color: Salem. HEX triplet: 09, 7C and 52. RGB value is (9,124,82). Sum of RGB (Red+Green+Blue) = 9+124+82=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 124 (48.83% from 255 or 57.67% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 124 - color contains mainly: green. Hex color #097C52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097C52 is #F683AD. Grayscale: #545454. Windows color (decimal): -16155566 or 5405705. OLE color: 5405705.

HSL color Cylindrical-coordinate representation of color #097C52: hue angle of 158.09º degrees, saturation: 0.86, 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 #097C52 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 124 82 -
CMYK 0.93 0 0.34 0.51
HSL 158.09º 0.86% 0.26% -
HSV(B) 158.09º 0.93% 0.49% -
XYZ 8.84 15.08 10.43 -
YUV 84.83 126.4 73.92 -
System Red Green Blue C M Y K H S L
Decimal 9 124 82 0.93 0 0.34 0.51 158.09 0.86 0.26
Hex 9 7C 52 5D 0 22 33 9E 56 1A
Octal 11 174 122 135 0 42 63 236 126 32
Binary 1001 1111100 1010010 1011101 0 100010 110011 10011110 1010110 11010

Color Harmonies of #097C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097C52

Black with #097C52

Text Example


Text Example

White with #097C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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