#819593

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

Shades of Juniper #819593

Tints of Juniper #819593

Color information

#819593 (or 0x819593) is unknown color: approx Juniper. HEX triplet: 81, 95 and 93. RGB value is (129,149,147). Sum of RGB (Red+Green+Blue) = 129+149+147=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 149 - color contains mainly: green. Hex color #819593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819593 is #7E6A6C. Grayscale: #8E8E8E. Windows color (decimal): -8284781 or 9672065. OLE color: 9672065.

HSL color Cylindrical-coordinate representation of color #819593: hue angle of 174º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #819593 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB129149147-
CMYK0.1300.010.42
HSL174º8.62%54.51%-
HSV(B)174º13.42%58.43%-
XYZ25.0728.2731.74-
YUV142.79130.37118.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.35%
GREEN value IS 149 (58.59% from 255) = 35.06%
BLUE value IS 147 (57.81% from 255) = 34.59%
R=30.35%
G=35.06%
B=34.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291491470.1300.010.421748.6254.51
Hex819593D012Aae937
Octal2012252231501522561167
Binary100000011001010110010011110101101010101011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819593; }

 p { color: rgb(129,149,147); }

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

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

 a { background-color: rgb(129,149,147); }

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

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

 span { border-color: rgb(129,149,147); }

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