Html Css Color HEX #0A7C48 Salem

📋 copy color: '#0A7C48'

red 10 ◦ green 124 ◦ blue 72

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

Shades of Salem #0A7C48

Tints of Salem #0A7C48

RGB

 RED value IS 10 (4.3% from 255) = 4.85%

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

 BLUE value IS 72 (28.52% from 255) = 34.95%

R = 4.85%
G = 60.19%
B = 34.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#0A7C48 (or 0x0A7C48) is known color: Salem. HEX triplet: 0A, 7C and 48. RGB value is (10,124,72). Sum of RGB (Red+Green+Blue) = 10+124+72=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 124 (48.83% from 255 or 60.19% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 124 - color contains mainly: green. Hex color #0A7C48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7C48 is #F583B7. Grayscale: #545454. Windows color (decimal): -16090040 or 4750346. OLE color: 4750346.

HSL color Cylindrical-coordinate representation of color #0A7C48: hue angle of 152.63º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7C48 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 10 124 72 -
CMYK 0.92 0 0.42 0.51
HSL 152.63º 0.85% 0.26% -
HSV(B) 152.63º 0.92% 0.49% -
XYZ 8.5 14.95 8.57 -
YUV 83.99 121.23 75.23 -
System Red Green Blue C M Y K H S L
Decimal 10 124 72 0.92 0 0.42 0.51 152.63 0.85 0.26
Hex A 7C 48 5C 0 2A 33 99 55 1A
Octal 12 174 110 134 0 52 63 231 125 32
Binary 1010 1111100 1001000 1011100 0 101010 110011 10011001 1010101 11010

Color Harmonies of #0A7C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7C48

Black with #0A7C48

Text Example


Text Example

White with #0A7C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A7C48; }

 p { color: rgb(10,124,72); }

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

background-color css

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

 a { background-color: rgb(10,124,72); }

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

border-color css

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

 span { border-color: rgb(10,124,72); }

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