#739048

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

Shades of Highland #739048

Tints of Highland #739048

Color information

#739048 (or 0x739048) is unknown color: approx Highland. HEX triplet: 73, 90 and 48. RGB value is (115,144,72). Sum of RGB (Red+Green+Blue) = 115+144+72=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #739048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739048 is #8C6FB7. Grayscale: #7F7F7F. Windows color (decimal): -9203640 or 4755571. OLE color: 4755571.

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

Color convert

RGB11514472-
CMYK0.2000.500.44
HSL84.17º33.33%42.35%-
HSV(B)84.17º50%56.47%-
XYZ18.2124.069.81-
YUV127.1296.89119.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.74%
GREEN value IS 144 (56.64% from 255) = 43.50%
BLUE value IS 72 (28.52% from 255) = 21.75%
R=34.74%
G=43.50%
B=21.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115144720.2000.500.4484.1733.3342.35
Hex739048140322C54212a
Octal16322011024062541244152
Binary11100111001000010010001010001100101011001010100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739048; }

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

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

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

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

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

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

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

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