#639490

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

Shades of Juniper #639490

Tints of Juniper #639490

Color information

#639490 (or 0x639490) is unknown color: approx Juniper. HEX triplet: 63, 94 and 90. RGB value is (99,148,144). Sum of RGB (Red+Green+Blue) = 99+148+144=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 148 - color contains mainly: green. Hex color #639490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639490 is #9C6B6F. Grayscale: #848484. Windows color (decimal): -10251120 or 9475171. OLE color: 9475171.

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

Color convert

RGB99148144-
CMYK0.3300.030.42
HSL175.1º19.84%48.43%-
HSV(B)175.1º33.11%58.04%-
XYZ20.7725.8530.28-
YUV132.89134.27103.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.32%
GREEN value IS 148 (58.20% from 255) = 37.85%
BLUE value IS 144 (56.64% from 255) = 36.83%
R=25.32%
G=37.85%
B=36.83%

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
Decimal991481440.3300.030.42175.119.8448.43
Hex63949021032Aaf1430
Octal1432242204103522572460
Binary110001110010100100100001000010111010101010111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639490; }

 p { color: rgb(99,148,144); }

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

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

 a { background-color: rgb(99,148,144); }

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

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

 span { border-color: rgb(99,148,144); }

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