Html Css Color HEX #649390 Juniper

📋 copy color: '#649390'

red 100 ◦ green 147 ◦ blue 144

#649390
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Juniper #649390

Tints of Juniper #649390

RGB

 RED value IS 100 (39.45% from 255) = 25.58%

 GREEN value IS 147 (57.81% from 255) = 37.6%

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 25.58%
G = 37.6%
B = 36.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#649390 (or 0x649390) is known color: Juniper. HEX triplet: 64, 93 and 90. RGB value is (100,147,144). Sum of RGB (Red+Green+Blue) = 100+147+144=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 147 - color contains mainly: green. Hex color #649390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649390 is #9B6C6F. Grayscale: #848484. Windows color (decimal): -10185840 or 9474916. OLE color: 9474916.

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

Color convert

RGB 100 147 144 -
CMYK 0.32 0 0.02 0.42
HSL 176.17º 0.19% 0.48% -
HSV(B) 176.17º 0.32% 0.58% -
XYZ 20.72 25.59 30.23 -
YUV 132.61 134.43 104.74 -
System Red Green Blue C M Y K H S L
Decimal 100 147 144 0.32 0 0.02 0.42 176.17 0.19 0.48
Hex 64 93 90 20 0 2 2A B0 13 30
Octal 144 223 220 40 0 2 52 260 23 60
Binary 1100100 10010011 10010000 100000 0 10 101010 10110000 10011 110000

Color Harmonies of #649390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649390

Black with #649390

Text Example


Text Example

White with #649390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649390; }

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

 H1.HeaderClassName
 {
   color: #649390;
 }
 .AnyTagClassName
 {
   color: #649390;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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