#819491

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

Shades of Juniper #819491

Tints of Juniper #819491

Color information

#819491 (or 0x819491) is unknown color: approx Juniper. HEX triplet: 81, 94 and 91. RGB value is (129,148,145). Sum of RGB (Red+Green+Blue) = 129+148+145=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 148 - color contains mainly: green. Hex color #819491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819491 is #7E6B6E. Grayscale: #8D8D8D. Windows color (decimal): -8285039 or 9540737. OLE color: 9540737.

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

Color convert

RGB129148145-
CMYK0.1300.020.42
HSL170.53º8.15%54.31%-
HSV(B)170.53º12.84%58.04%-
XYZ24.7527.8930.87-
YUV141.98129.71118.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.57%
GREEN value IS 148 (58.20% from 255) = 35.07%
BLUE value IS 145 (57.03% from 255) = 34.36%
R=30.57%
G=35.07%
B=34.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291481450.1300.020.42170.538.1554.31
Hex819491D022Aab836
Octal2012242211502522531066
Binary1000000110010100100100011101010101010101010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819491; }

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

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

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

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

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

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

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

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