#738B4F

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

Shades of Highland #738B4F

Tints of Highland #738B4F

Color information

#738B4F (or 0x738B4F) is unknown color: approx Highland. HEX triplet: 73, 8B and 4F. RGB value is (115,139,79). Sum of RGB (Red+Green+Blue) = 115+139+79=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 139 - color contains mainly: green. Hex color #738B4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B4F is #8C74B0. Grayscale: #7D7D7D. Windows color (decimal): -9204913 or 5213043. OLE color: 5213043.

HSL color Cylindrical-coordinate representation of color #738B4F: hue angle of 84º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #738B4F is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB11513979-
CMYK0.1700.430.45
HSL84º27.52%42.75%-
HSV(B)84º43.17%54.51%-
XYZ17.7122.6710.84-
YUV124.98102.05120.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.53%
GREEN value IS 139 (54.69% from 255) = 41.74%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=34.53%
G=41.74%
B=23.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115139790.1700.430.458427.5242.75
Hex738B4F1102B2D541c2b
Octal16321311721053551243453
Binary1110011100010111001111100010101011101101101010011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738B4F; }

 p { color: rgb(115,139,79); }

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

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

 a { background-color: rgb(115,139,79); }

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

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

 span { border-color: rgb(115,139,79); }

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