#729491

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

Shades of Juniper #729491

Tints of Juniper #729491

Color information

#729491 (or 0x729491) is unknown color: approx Juniper. HEX triplet: 72, 94 and 91. RGB value is (114,148,145). Sum of RGB (Red+Green+Blue) = 114+148+145=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 148 - color contains mainly: green. Hex color #729491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729491 is #8D6B6E. Grayscale: #898989. Windows color (decimal): -9268079 or 9540722. OLE color: 9540722.

HSL color Cylindrical-coordinate representation of color #729491: hue angle of 174.71º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #729491 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB114148145-
CMYK0.2300.020.42
HSL174.71º13.71%51.37%-
HSV(B)174.71º22.97%58.04%-
XYZ22.6426.830.77-
YUV137.49132.24111.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.01%
GREEN value IS 148 (58.20% from 255) = 36.36%
BLUE value IS 145 (57.03% from 255) = 35.63%
R=28.01%
G=36.36%
B=35.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141481450.2300.020.42174.7113.7151.37
Hex72949117022Aafe33
Octal1622242212702522571663
Binary1110010100101001001000110111010101010101011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729491; }

 p { color: rgb(114,148,145); }

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

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

 a { background-color: rgb(114,148,145); }

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

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

 span { border-color: rgb(114,148,145); }

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