Html Css Color HEX #649492 Juniper

📋 copy color: '#649492'

red 100 ◦ green 148 ◦ blue 146

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

Shades of Juniper #649492

Tints of Juniper #649492

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.56%

 BLUE value IS 146 (57.42% from 255) = 37.06%

R = 25.38%
G = 37.56%
B = 37.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#649492 (or 0x649492) is known color: Juniper. HEX triplet: 64, 94 and 92. RGB value is (100,148,146). Sum of RGB (Red+Green+Blue) = 100+148+146=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #649492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649492 is #9B6B6D. Grayscale: #858585. Windows color (decimal): -10185582 or 9606244. OLE color: 9606244.

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

Color convert

RGB 100 148 146 -
CMYK 0.32 0 0.01 0.42
HSL 177.5º 0.19% 0.49% -
HSV(B) 177.5º 0.32% 0.58% -
XYZ 21.03 25.96 31.1 -
YUV 133.42 135.1 104.16 -
System Red Green Blue C M Y K H S L
Decimal 100 148 146 0.32 0 0.01 0.42 177.5 0.19 0.49
Hex 64 94 92 20 0 1 2A B2 13 31
Octal 144 224 222 40 0 1 52 262 23 61
Binary 1100100 10010100 10010010 100000 0 1 101010 10110010 10011 110001

Color Harmonies of #649492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649492

Black with #649492

Text Example


Text Example

White with #649492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649492; }

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

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

background-color css

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

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

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

border-color css

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

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

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