#738A50

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

Shades of Highland #738A50

Tints of Highland #738A50

Color information

#738A50 (or 0x738A50) is unknown color: approx Highland. HEX triplet: 73, 8A and 50. RGB value is (115,138,80). Sum of RGB (Red+Green+Blue) = 115+138+80=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 138 - color contains mainly: green. Hex color #738A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738A50 is #8C75AF. Grayscale: #7C7C7C. Windows color (decimal): -9205168 or 5278323. OLE color: 5278323.

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

Color convert

RGB11513880-
CMYK0.1700.420.46
HSL83.79º26.61%42.75%-
HSV(B)83.79º42.03%54.12%-
XYZ17.6122.410.99-
YUV124.51102.88121.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.53%
GREEN value IS 138 (54.30% from 255) = 41.44%
BLUE value IS 80 (31.64% from 255) = 24.02%
R=34.53%
G=41.44%
B=24.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115138800.1700.420.4683.7926.6142.75
Hex738A501102A2E541b2b
Octal16321212021052561243353
Binary1110011100010101010000100010101010101110101010011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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