Html Css Color HEX #078448 Salem

📋 copy color: '#078448'

red 7 ◦ green 132 ◦ blue 72

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

Shades of Salem #078448

Tints of Salem #078448

RGB

 RED value IS 7 (3.13% from 255) = 3.32%

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

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

R = 3.32%
G = 62.56%
B = 34.12%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#078448 (or 0x078448) is known color: Salem. HEX triplet: 07, 84 and 48. RGB value is (7,132,72). Sum of RGB (Red+Green+Blue) = 7+132+72=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 132 (51.95% from 255 or 62.56% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 132 - color contains mainly: green. Hex color #078448 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078448 is #F87BB7. Grayscale: #575757. Windows color (decimal): -16284600 or 4752391. OLE color: 4752391.

HSL color Cylindrical-coordinate representation of color #078448: hue angle of 151.2º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078448 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 132 72 -
CMYK 0.95 0 0.45 0.48
HSL 151.2º 0.9% 0.27% -
HSV(B) 151.2º 0.95% 0.52% -
XYZ 9.51 17.02 8.91 -
YUV 87.79 119.09 70.38 -
System Red Green Blue C M Y K H S L
Decimal 7 132 72 0.95 0 0.45 0.48 151.2 0.9 0.27
Hex 7 84 48 5F 0 2D 30 97 5A 1B
Octal 7 204 110 137 0 55 60 227 132 33
Binary 111 10000100 1001000 1011111 0 101101 110000 10010111 1011010 11011

Color Harmonies of #078448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078448

Black with #078448

Text Example


Text Example

White with #078448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078448; }

 p { color: rgb(7,132,72); }

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

background-color css

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

 a { background-color: rgb(7,132,72); }

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

border-color css

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

 span { border-color: rgb(7,132,72); }

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