#739047

Color #739047 Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #739047

Tints of Highland #739047

Color information

#739047 (or 0x739047) is unknown color: approx Highland. HEX triplet: 73, 90 and 47. RGB value is (115,144,71). Sum of RGB (Red+Green+Blue) = 115+144+71=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #739047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739047 is #8C6FB8. Grayscale: #7F7F7F. Windows color (decimal): -9203641 or 4690035. OLE color: 4690035.

HSL color Cylindrical-coordinate representation of color #739047: hue angle of 83.84º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #739047 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB11514471-
CMYK0.2000.510.44
HSL83.84º33.95%42.16%-
HSV(B)83.84º50.69%56.47%-
XYZ18.1824.059.64-
YUV127.0196.39119.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.85%
GREEN value IS 144 (56.64% from 255) = 43.64%
BLUE value IS 71 (28.12% from 255) = 21.52%
R=34.85%
G=43.64%
B=21.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115144710.2000.510.4483.8433.9542.16
Hex739047140332C54222a
Octal16322010724063541244252
Binary11100111001000010001111010001100111011001010100100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739047; }

 p { color: rgb(115,144,71); }

 H1.HeaderClassName
 {
   color: #739047;
 }
 .AnyTagClassName
 {
   color: #739047;
 }
</style>
background-color css

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

 a { background-color: rgb(115,144,71); }

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

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

 span { border-color: rgb(115,144,71); }

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