#738C4A

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

Shades of Highland #738C4A

Tints of Highland #738C4A

Color information

#738C4A (or 0x738C4A) is unknown color: approx Highland. HEX triplet: 73, 8C and 4A. RGB value is (115,140,74). Sum of RGB (Red+Green+Blue) = 115+140+74=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 140 - color contains mainly: green. Hex color #738C4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738C4A is #8C73B5. Grayscale: #7D7D7D. Windows color (decimal): -9204662 or 4885619. OLE color: 4885619.

HSL color Cylindrical-coordinate representation of color #738C4A: hue angle of 82.73º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #738C4A is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB11514074-
CMYK0.1800.470.45
HSL82.73º30.84%41.96%-
HSV(B)82.73º47.14%54.9%-
XYZ17.6822.99.97-
YUV12599.22120.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.95%
GREEN value IS 140 (55.08% from 255) = 42.55%
BLUE value IS 74 (29.30% from 255) = 22.49%
R=34.95%
G=42.55%
B=22.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115140740.1800.470.4582.7330.8441.96
Hex738C4A1202F2D531f2a
Octal16321411222057551233752
Binary1110011100011001001010100100101111101101101001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,140,74); }

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

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

 a { background-color: rgb(115,140,74); }

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

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

 span { border-color: rgb(115,140,74); }

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