#739362

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

Shades of Highland #739362

Tints of Highland #739362

Color information

#739362 (or 0x739362) is unknown color: approx Highland. HEX triplet: 73, 93 and 62. RGB value is (115,147,98). Sum of RGB (Red+Green+Blue) = 115+147+98=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #739362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739362 is #8C6C9D. Grayscale: #848484. Windows color (decimal): -9202846 or 6460275. OLE color: 6460275.

HSL color Cylindrical-coordinate representation of color #739362: hue angle of 99.18º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #739362 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB11514798-
CMYK0.2200.330.42
HSL99.18º20%48.04%-
HSV(B)99.18º33.33%57.65%-
XYZ19.7125.3915.42-
YUV131.85108.9115.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.94%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 98 (38.67% from 255) = 27.22%
R=31.94%
G=40.83%
B=27.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115147980.2200.330.4299.182048.04
Hex739362160212A631430
Octal16322314226041521432460
Binary1110011100100111100010101100100001101010110001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739362; }

 p { color: rgb(115,147,98); }

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

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

 a { background-color: rgb(115,147,98); }

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

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

 span { border-color: rgb(115,147,98); }

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