#749491

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

Shades of Juniper #749491

Tints of Juniper #749491

Color information

#749491 (or 0x749491) is unknown color: approx Juniper. HEX triplet: 74, 94 and 91. RGB value is (116,148,145). Sum of RGB (Red+Green+Blue) = 116+148+145=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 148 - color contains mainly: green. Hex color #749491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749491 is #8B6B6E. Grayscale: #8A8A8A. Windows color (decimal): -9137007 or 9540724. OLE color: 9540724.

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

Color convert

RGB116148145-
CMYK0.2200.020.42
HSL174.37º13.01%51.76%-
HSV(B)174.37º21.62%58.04%-
XYZ22.926.9430.78-
YUV138.09131.9112.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.36%
GREEN value IS 148 (58.20% from 255) = 36.19%
BLUE value IS 145 (57.03% from 255) = 35.45%
R=28.36%
G=36.19%
B=35.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161481450.2200.020.42174.3713.0151.76
Hex74949116022Aaed34
Octal1642242212602522561564
Binary1110100100101001001000110110010101010101011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749491; }

 p { color: rgb(116,148,145); }

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

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

 a { background-color: rgb(116,148,145); }

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

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

 span { border-color: rgb(116,148,145); }

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