#749258

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

Shades of Highland #749258

Tints of Highland #749258

Color information

#749258 (or 0x749258) is unknown color: approx Highland. HEX triplet: 74, 92 and 58. RGB value is (116,146,88). Sum of RGB (Red+Green+Blue) = 116+146+88=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 146 - color contains mainly: green. Hex color #749258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749258 is #8B6DA7. Grayscale: #828282. Windows color (decimal): -9137576 or 5804660. OLE color: 5804660.

HSL color Cylindrical-coordinate representation of color #749258: hue angle of 91.03º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #749258 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB11614688-
CMYK0.2100.400.43
HSL91.03º24.79%45.88%-
HSV(B)91.03º39.73%57.25%-
XYZ19.2424.9813.04-
YUV130.42104.06117.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.14%
GREEN value IS 146 (57.42% from 255) = 41.71%
BLUE value IS 88 (34.77% from 255) = 25.14%
R=33.14%
G=41.71%
B=25.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116146880.2100.400.4391.0324.7945.88
Hex749258150282B5b192e
Octal16422213025050531333156
Binary1110100100100101011000101010101000101011101101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749258; }

 p { color: rgb(116,146,88); }

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

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

 a { background-color: rgb(116,146,88); }

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

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

 span { border-color: rgb(116,146,88); }

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