#739292

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

Shades of Juniper #739292

Tints of Juniper #739292

Color information

#739292 (or 0x739292) is unknown color: approx Juniper. HEX triplet: 73, 92 and 92. RGB value is (115,146,146). Sum of RGB (Red+Green+Blue) = 115+146+146=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #739292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739292 is #8C6D6D. Grayscale: #888888. Windows color (decimal): -9203054 or 9605747. OLE color: 9605747.

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

Color convert

RGB115146146-
CMYK0.21000.43
HSL180º12.45%51.18%-
HSV(B)180º21.23%57.25%-
XYZ22.5426.2831.08-
YUV136.73133.23112.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.26%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 146 (57.42% from 255) = 35.87%
R=28.26%
G=35.87%
B=35.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151461460.21000.4318012.4551.18
Hex73929215002Bb4c33
Octal1632222222500532641463
Binary111001110010010100100101010100101011101101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739292; }

 p { color: rgb(115,146,146); }

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

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

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

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

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

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

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