#738D8B

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

Shades of Juniper #738D8B

Tints of Juniper #738D8B

Color information

#738D8B (or 0x738D8B) is unknown color: approx Juniper. HEX triplet: 73, 8D and 8B. RGB value is (115,141,139). Sum of RGB (Red+Green+Blue) = 115+141+139=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 141 - color contains mainly: green. Hex color #738D8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738D8B is #8C7274. Grayscale: #848484. Windows color (decimal): -9204341 or 9145715. OLE color: 9145715.

HSL color Cylindrical-coordinate representation of color #738D8B: hue angle of 175.38º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #738D8B is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB115141139-
CMYK0.1800.010.45
HSL175.38º10.24%50.2%-
HSV(B)175.38º18.44%55.29%-
XYZ21.2624.5628.05-
YUV133131.39115.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.11%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=29.11%
G=35.70%
B=35.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151411390.1800.010.45175.3810.2450.2
Hex738D8B12012Dafa32
Octal1632152132201552571262
Binary111001110001101100010111001001101101101011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738D8B; }

 p { color: rgb(115,141,139); }

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

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

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

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

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

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

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