#738484

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

Shades of Juniper #738484

Tints of Juniper #738484

Color information

#738484 (or 0x738484) is unknown color: approx Juniper. HEX triplet: 73, 84 and 84. RGB value is (115,132,132). Sum of RGB (Red+Green+Blue) = 115+132+132=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #738484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738484 is #8C7B7B. Grayscale: #7E7E7E. Windows color (decimal): -9206652 or 8684659. OLE color: 8684659.

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

Color convert

RGB115132132-
CMYK0.13000.48
HSL180º6.88%48.43%-
HSV(B)180º12.88%51.76%-
XYZ19.4921.8125.01-
YUV126.92130.87119.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.34%
GREEN value IS 132 (51.95% from 255) = 34.83%
BLUE value IS 132 (51.95% from 255) = 34.83%
R=30.34%
G=34.83%
B=34.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151321320.13000.481806.8848.43
Hex738484D0030b4730
Octal163204204150060264760
Binary1110011100001001000010011010011000010110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738484; }

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

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

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

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

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

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

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

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