#749092

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

Shades of Juniper #749092

Tints of Juniper #749092

Color information

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

HSL color Cylindrical-coordinate representation of color #749092: hue angle of 184º 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 #749092 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB116144146-
CMYK0.210.0100.43
HSL184º12.1%51.37%-
HSV(B)184º20.55%57.25%-
XYZ22.3625.7330.98-
YUV135.86133.72113.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161441460.210.0100.4318412.151.37
Hex74909215102Bb8c33
Octal1642202222510532701463
Binary111010010010000100100101010110101011101110001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749092; }

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

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

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

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

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

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

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

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