#738D50

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

Shades of Highland #738D50

Tints of Highland #738D50

Color information

#738D50 (or 0x738D50) is unknown color: approx Highland. HEX triplet: 73, 8D and 50. RGB value is (115,141,80). Sum of RGB (Red+Green+Blue) = 115+141+80=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 141 - color contains mainly: green. Hex color #738D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738D50 is #8C72AF. Grayscale: #7E7E7E. Windows color (decimal): -9204400 or 5279091. OLE color: 5279091.

HSL color Cylindrical-coordinate representation of color #738D50: hue angle of 85.57º 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 #738D50 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB11514180-
CMYK0.1800.430.45
HSL85.57º27.6%43.33%-
HSV(B)85.57º43.26%55.29%-
XYZ18.0423.2711.13-
YUV126.27101.89119.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.23%
GREEN value IS 141 (55.47% from 255) = 41.96%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=34.23%
G=41.96%
B=23.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115141800.1800.430.4585.5727.643.33
Hex738D501202B2D561c2b
Octal16321512022053551263453
Binary1110011100011011010000100100101011101101101011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,141,80); }

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

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

 a { background-color: rgb(115,141,80); }

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

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

 span { border-color: rgb(115,141,80); }

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