#738E48

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

Shades of Highland #738E48

Tints of Highland #738E48

Color information

#738E48 (or 0x738E48) is unknown color: approx Highland. HEX triplet: 73, 8E and 48. RGB value is (115,142,72). Sum of RGB (Red+Green+Blue) = 115+142+72=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 142 - color contains mainly: green. Hex color #738E48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738E48 is #8C71B7. Grayscale: #7E7E7E. Windows color (decimal): -9204152 or 4755059. OLE color: 4755059.

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

Color convert

RGB11514272-
CMYK0.1900.490.44
HSL83.14º32.71%41.96%-
HSV(B)83.14º49.3%55.69%-
XYZ17.9123.469.71-
YUV125.9597.55120.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.95%
GREEN value IS 142 (55.86% from 255) = 43.16%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=34.95%
G=43.16%
B=21.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115142720.1900.490.4483.1432.7141.96
Hex738E48130312C53212a
Octal16321611023061541234152
Binary11100111000111010010001001101100011011001010011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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