#738F4D

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

Shades of Highland #738F4D

Tints of Highland #738F4D

Color information

#738F4D (or 0x738F4D) is unknown color: approx Highland. HEX triplet: 73, 8F and 4D. RGB value is (115,143,77). Sum of RGB (Red+Green+Blue) = 115+143+77=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 143 - color contains mainly: green. Hex color #738F4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738F4D is #8C70B2. Grayscale: #7F7F7F. Windows color (decimal): -9203891 or 5082995. OLE color: 5082995.

HSL color Cylindrical-coordinate representation of color #738F4D: hue angle of 85.45º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #738F4D is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB11514377-
CMYK0.2000.460.44
HSL85.45º30%43.14%-
HSV(B)85.45º46.15%56.08%-
XYZ18.2323.8310.66-
YUV127.199.72119.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.33%
GREEN value IS 143 (56.25% from 255) = 42.69%
BLUE value IS 77 (30.47% from 255) = 22.99%
R=34.33%
G=42.69%
B=22.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115143770.2000.460.4485.453043.14
Hex738F4D1402E2C551e2b
Octal16321711524056541253653
Binary1110011100011111001101101000101110101100101010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,143,77); }

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

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

 a { background-color: rgb(115,143,77); }

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

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

 span { border-color: rgb(115,143,77); }

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