#749290

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

Shades of Juniper #749290

Tints of Juniper #749290

Color information

#749290 (or 0x749290) is unknown color: approx Juniper. HEX triplet: 74, 92 and 90. RGB value is (116,146,144). Sum of RGB (Red+Green+Blue) = 116+146+144=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 146 - color contains mainly: green. Hex color #749290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749290 is #8B6D6F. Grayscale: #888888. Windows color (decimal): -9137520 or 9474676. OLE color: 9474676.

HSL color Cylindrical-coordinate representation of color #749290: hue angle of 176º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #749290 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB116146144-
CMYK0.2100.010.43
HSL176º12.1%51.37%-
HSV(B)176º20.55%57.25%-
XYZ22.5226.2830.27-
YUV136.8132.06113.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.57%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 144 (56.64% from 255) = 35.47%
R=28.57%
G=35.96%
B=35.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161461440.2100.010.4317612.151.37
Hex74929015012Bb0c33
Octal1642222202501532601463
Binary111010010010010100100001010101101011101100001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749290; }

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

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

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

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

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

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

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

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