#738E4E

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

Shades of Highland #738E4E

Tints of Highland #738E4E

Color information

#738E4E (or 0x738E4E) is unknown color: approx Highland. HEX triplet: 73, 8E and 4E. RGB value is (115,142,78). Sum of RGB (Red+Green+Blue) = 115+142+78=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 142 - color contains mainly: green. Hex color #738E4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738E4E is #8C71B1. Grayscale: #7E7E7E. Windows color (decimal): -9204146 or 5148275. OLE color: 5148275.

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

Color convert

RGB11514278-
CMYK0.1900.450.44
HSL85.31º29.09%43.14%-
HSV(B)85.31º45.07%55.69%-
XYZ18.1223.5410.8-
YUV126.63100.55119.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.33%
GREEN value IS 142 (55.86% from 255) = 42.39%
BLUE value IS 78 (30.86% from 255) = 23.28%
R=34.33%
G=42.39%
B=23.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115142780.1900.450.4485.3129.0943.14
Hex738E4E1302D2C551d2b
Octal16321611623055541253553
Binary1110011100011101001110100110101101101100101010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,142,78); }

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

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

 a { background-color: rgb(115,142,78); }

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

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

 span { border-color: rgb(115,142,78); }

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