#749353

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

Shades of Highland #749353

Tints of Highland #749353

Color information

#749353 (or 0x749353) is unknown color: approx Highland. HEX triplet: 74, 93 and 53. RGB value is (116,147,83). Sum of RGB (Red+Green+Blue) = 116+147+83=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #749353 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749353 is #8B6CAC. Grayscale: #828282. Windows color (decimal): -9137325 or 5477236. OLE color: 5477236.

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

Color convert

RGB11614783-
CMYK0.2100.440.42
HSL89.06º27.83%45.1%-
HSV(B)89.06º43.54%57.65%-
XYZ19.225.212.04-
YUV130.44101.23117.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 147 (57.81% from 255) = 42.49%
BLUE value IS 83 (32.81% from 255) = 23.99%
R=33.53%
G=42.49%
B=23.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116147830.2100.440.4289.0627.8345.1
Hex7493531502C2A591c2d
Octal16422312325054521313455
Binary1110100100100111010011101010101100101010101100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749353; }

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

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

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

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

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

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

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

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