#739250

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

Shades of Highland #739250

Tints of Highland #739250

Color information

#739250 (or 0x739250) is unknown color: approx Highland. HEX triplet: 73, 92 and 50. RGB value is (115,146,80). Sum of RGB (Red+Green+Blue) = 115+146+80=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #739250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739250 is #8C6DAF. Grayscale: #818181. Windows color (decimal): -9203120 or 5280371. OLE color: 5280371.

HSL color Cylindrical-coordinate representation of color #739250: hue angle of 88.18º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #739250 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB11514680-
CMYK0.2100.450.43
HSL88.18º29.2%44.31%-
HSV(B)88.18º45.21%57.25%-
XYZ18.824.7811.38-
YUV129.21100.23117.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.72%
GREEN value IS 146 (57.42% from 255) = 42.82%
BLUE value IS 80 (31.64% from 255) = 23.46%
R=33.72%
G=42.82%
B=23.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal115146800.2100.450.4388.1829.244.31
Hex7392501502D2B581d2c
Octal16322212025055531303554
Binary1110011100100101010000101010101101101011101100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739250; }

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

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

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

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

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

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

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

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