#738C51

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

Shades of Highland #738C51

Tints of Highland #738C51

Color information

#738C51 (or 0x738C51) is unknown color: approx Highland. HEX triplet: 73, 8C and 51. RGB value is (115,140,81). Sum of RGB (Red+Green+Blue) = 115+140+81=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 140 - color contains mainly: green. Hex color #738C51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738C51 is #8C73AE. Grayscale: #7E7E7E. Windows color (decimal): -9204655 or 5344371. OLE color: 5344371.

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

Color convert

RGB11514081-
CMYK0.1800.420.45
HSL85.42º26.7%43.33%-
HSV(B)85.42º42.14%54.9%-
XYZ17.932311.28-
YUV125.8102.72120.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.23%
GREEN value IS 140 (55.08% from 255) = 41.67%
BLUE value IS 81 (32.03% from 255) = 24.11%
R=34.23%
G=41.67%
B=24.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115140810.1800.420.4585.4226.743.33
Hex738C511202A2D551b2b
Octal16321412122052551253353
Binary1110011100011001010001100100101010101101101010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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