#649290

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

Shades of Juniper #649290

Tints of Juniper #649290

Color information

#649290 (or 0x649290) is unknown color: approx Juniper. HEX triplet: 64, 92 and 90. RGB value is (100,146,144). Sum of RGB (Red+Green+Blue) = 100+146+144=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 146 - color contains mainly: green. Hex color #649290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649290 is #9B6D6F. Grayscale: #838383. Windows color (decimal): -10186096 or 9474660. OLE color: 9474660.

HSL color Cylindrical-coordinate representation of color #649290: hue angle of 177.39º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649290 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB100146144-
CMYK0.3200.010.43
HSL177.39º18.7%48.24%-
HSV(B)177.39º31.51%57.25%-
XYZ20.5725.2830.18-
YUV132.02134.76105.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.64%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 144 (56.64% from 255) = 36.92%
R=25.64%
G=37.44%
B=36.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001461440.3200.010.43177.3918.748.24
Hex64929020012Bb11330
Octal1442222204001532612360
Binary11001001001001010010000100000011010111011000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649290; }

 p { color: rgb(100,146,144); }

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

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

 a { background-color: rgb(100,146,144); }

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

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

 span { border-color: rgb(100,146,144); }

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