#749490

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

Shades of Juniper #749490

Tints of Juniper #749490

Color information

#749490 (or 0x749490) is unknown color: approx Juniper. HEX triplet: 74, 94 and 90. RGB value is (116,148,144). Sum of RGB (Red+Green+Blue) = 116+148+144=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 148 - color contains mainly: green. Hex color #749490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749490 is #8B6B6F. Grayscale: #898989. Windows color (decimal): -9137008 or 9475188. OLE color: 9475188.

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

Color convert

RGB116148144-
CMYK0.2200.030.42
HSL172.5º13.01%51.76%-
HSV(B)172.5º21.62%58.04%-
XYZ22.8326.9130.38-
YUV137.98131.4112.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.43%
GREEN value IS 148 (58.20% from 255) = 36.27%
BLUE value IS 144 (56.64% from 255) = 35.29%
R=28.43%
G=36.27%
B=35.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161481440.2200.030.42172.513.0151.76
Hex74949016032Aacd34
Octal1642242202603522541564
Binary1110100100101001001000010110011101010101011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749490; }

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

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

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

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

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

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

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

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