Html Css Color HEX #649591 Juniper

📋 copy color: '#649591'

red 100 ◦ green 149 ◦ blue 145

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

Shades of Juniper #649591

Tints of Juniper #649591

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.8%

R = 25.38%
G = 37.82%
B = 36.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#649591 (or 0x649591) is known color: 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

RGB 100 149 145 -
CMYK 0.33 0 0.03 0.42
HSL 175.1º 0.2% 0.49% -
HSV(B) 175.1º 0.33% 0.58% -
XYZ 21.11 26.25 30.74 -
YUV 133.89 134.27 103.83 -
System Red Green Blue C M Y K H S L
Decimal 100 149 145 0.33 0 0.03 0.42 175.1 0.2 0.49
Hex 64 95 91 21 0 3 2A AF 14 31
Octal 144 225 221 41 0 3 52 257 24 61
Binary 1100100 10010101 10010001 100001 0 11 101010 10101111 10100 110001

Color Harmonies of #649591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649591

Black with #649591

Text Example


Text Example

White with #649591

Text Example


Text Example

HTML Codes & Css Web 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>