#739351

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

Shades of Highland #739351

Tints of Highland #739351

Color information

#739351 (or 0x739351) is unknown color: approx Highland. HEX triplet: 73, 93 and 51. RGB value is (115,147,81). Sum of RGB (Red+Green+Blue) = 115+147+81=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 147 - color contains mainly: green. Hex color #739351 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739351 is #8C6CAE. Grayscale: #828282. Windows color (decimal): -9202863 or 5346163. OLE color: 5346163.

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

Color convert

RGB11514781-
CMYK0.2200.450.42
HSL89.09º28.95%44.71%-
HSV(B)89.09º44.9%57.65%-
XYZ18.9925.1111.63-
YUV129.91100.4117.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.53%
GREEN value IS 147 (57.81% from 255) = 42.86%
BLUE value IS 81 (32.03% from 255) = 23.62%
R=33.53%
G=42.86%
B=23.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115147810.2200.450.4289.0928.9544.71
Hex7393511602D2A591d2d
Octal16322312126055521313555
Binary1110011100100111010001101100101101101010101100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739351; }

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

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

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

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

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

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

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

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