#749351

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

Shades of Highland #749351

Tints of Highland #749351

Color information

#749351 (or 0x749351) is unknown color: approx Highland. HEX triplet: 74, 93 and 51. RGB value is (116,147,81). Sum of RGB (Red+Green+Blue) = 116+147+81=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #749351 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749351 is #8B6CAE. Grayscale: #828282. Windows color (decimal): -9137327 or 5346164. OLE color: 5346164.

HSL color Cylindrical-coordinate representation of color #749351: hue angle of 88.18º 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 #749351 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB11614781-
CMYK0.2100.450.42
HSL88.18º28.95%44.71%-
HSV(B)88.18º44.9%57.65%-
XYZ19.1225.1711.64-
YUV130.21100.23117.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 147 (57.81% from 255) = 42.73%
BLUE value IS 81 (32.03% from 255) = 23.55%
R=33.72%
G=42.73%
B=23.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116147810.2100.450.4288.1828.9544.71
Hex7493511502D2A581d2d
Octal16422312125055521303555
Binary1110100100100111010001101010101101101010101100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749351; }

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

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

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

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

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

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

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

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