Html Css Color HEX #078441 Salem

📋 copy color: '#078441'

red 7 ◦ green 132 ◦ blue 65

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

Shades of Salem #078441

Tints of Salem #078441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.86%

R = 3.43%
G = 64.71%
B = 31.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#078441 (or 0x078441) is known color: Salem. HEX triplet: 07, 84 and 41. RGB value is (7,132,65). Sum of RGB (Red+Green+Blue) = 7+132+65=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 132 (51.95% from 255 or 64.71% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 132 - color contains mainly: green. Hex color #078441 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078441 is #F87BBE. Grayscale: #575757. Windows color (decimal): -16284607 or 4293639. OLE color: 4293639.

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

Color convert

RGB 7 132 65 -
CMYK 0.95 0 0.51 0.48
HSL 147.84º 0.9% 0.27% -
HSV(B) 147.84º 0.95% 0.52% -
XYZ 9.29 16.93 7.78 -
YUV 86.99 115.59 70.95 -
System Red Green Blue C M Y K H S L
Decimal 7 132 65 0.95 0 0.51 0.48 147.84 0.9 0.27
Hex 7 84 41 5F 0 33 30 94 5A 1B
Octal 7 204 101 137 0 63 60 224 132 33
Binary 111 10000100 1000001 1011111 0 110011 110000 10010100 1011010 11011

Color Harmonies of #078441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078441

Black with #078441

Text Example


Text Example

White with #078441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078441; }

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

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

background-color css

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

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

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

border-color css

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

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

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