#649591

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

Shades of Juniper #649591

Tints of Juniper #649591

Color information

#649591 (or 0x649591) is unknown color: approx Juniper. HEX triplet: 64, 95 and 91. RGB value is (100,149,145). Sum of RGB (Red+Green+Blue) = 100+149+145=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 149 - color contains mainly: green. Hex color #649591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649591 is #9B6A6E. Grayscale: #858585. Windows color (decimal): -10185327 or 9540964. OLE color: 9540964.

HSL color Cylindrical-coordinate representation of color #649591: hue angle of 175.1º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #649591 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB100149145-
CMYK0.3300.030.42
HSL175.1º19.68%48.82%-
HSV(B)175.1º32.89%58.43%-
XYZ21.1126.2530.74-
YUV133.89134.27103.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.38%
GREEN value IS 149 (58.59% from 255) = 37.82%
BLUE value IS 145 (57.03% from 255) = 36.80%
R=25.38%
G=37.82%
B=36.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001491450.3300.030.42175.119.6848.82
Hex64959121032Aaf1431
Octal1442252214103522572461
Binary110010010010101100100011000010111010101010111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649591; }

 p { color: rgb(100,149,145); }

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

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

 a { background-color: rgb(100,149,145); }

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

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

 span { border-color: rgb(100,149,145); }

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