#639390

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

Shades of Juniper #639390

Tints of Juniper #639390

Color information

#639390 (or 0x639390) is unknown color: approx Juniper. HEX triplet: 63, 93 and 90. RGB value is (99,147,144). Sum of RGB (Red+Green+Blue) = 99+147+144=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 147 - color contains mainly: green. Hex color #639390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639390 is #9C6C6F. Grayscale: #848484. Windows color (decimal): -10251376 or 9474915. OLE color: 9474915.

HSL color Cylindrical-coordinate representation of color #639390: hue angle of 176.25º 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 #639390 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB99147144-
CMYK0.3300.020.42
HSL176.25º19.51%48.24%-
HSV(B)176.25º32.65%57.65%-
XYZ20.6125.5330.23-
YUV132.31134.6104.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.38%
GREEN value IS 147 (57.81% from 255) = 37.69%
BLUE value IS 144 (56.64% from 255) = 36.92%
R=25.38%
G=37.69%
B=36.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991471440.3300.020.42176.2519.5148.24
Hex63939021022Ab01430
Octal1432232204102522602460
Binary110001110010011100100001000010101010101011000010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639390; }

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

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

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

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

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

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

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

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