#738988

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

Shades of Juniper #738988

Tints of Juniper #738988

Color information

#738988 (or 0x738988) is unknown color: approx Juniper. HEX triplet: 73, 89 and 88. RGB value is (115,137,136). Sum of RGB (Red+Green+Blue) = 115+137+136=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 137 - color contains mainly: green. Hex color #738988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738988 is #8C7677. Grayscale: #828282. Windows color (decimal): -9205368 or 8948083. OLE color: 8948083.

HSL color Cylindrical-coordinate representation of color #738988: hue angle of 177.27º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #738988 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB115137136-
CMYK0.1600.010.46
HSL177.27º8.73%49.41%-
HSV(B)177.27º16.06%53.73%-
XYZ20.4623.3126.71-
YUV130.31131.21117.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.64%
GREEN value IS 137 (53.91% from 255) = 35.31%
BLUE value IS 136 (53.52% from 255) = 35.05%
R=29.64%
G=35.31%
B=35.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1151371360.1600.010.46177.278.7349.41
Hex73898810012Eb1931
Octal1632112102001562611161
Binary111001110001001100010001000001101110101100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738988; }

 p { color: rgb(115,137,136); }

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

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

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

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

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

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

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