#738B52

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

Shades of Highland #738B52

Tints of Highland #738B52

Color information

#738B52 (or 0x738B52) is unknown color: approx Highland. HEX triplet: 73, 8B and 52. RGB value is (115,139,82). Sum of RGB (Red+Green+Blue) = 115+139+82=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 139 - color contains mainly: green. Hex color #738B52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B52 is #8C74AD. Grayscale: #7D7D7D. Windows color (decimal): -9204910 or 5409651. OLE color: 5409651.

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

Color convert

RGB11513982-
CMYK0.1700.410.45
HSL85.26º25.79%43.33%-
HSV(B)85.26º41.01%54.51%-
XYZ17.8322.7211.43-
YUV125.33103.55120.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.23%
GREEN value IS 139 (54.69% from 255) = 41.37%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=34.23%
G=41.37%
B=24.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115139820.1700.410.4585.2625.7943.33
Hex738B52110292D551a2b
Octal16321312221051551253253
Binary1110011100010111010010100010101001101101101010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,139,82); }

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

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

 a { background-color: rgb(115,139,82); }

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

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

 span { border-color: rgb(115,139,82); }

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