#649460

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

Shades of Hippie Green #649460

Tints of Hippie Green #649460

Color information

#649460 (or 0x649460) is unknown color: approx Hippie Green. HEX triplet: 64, 94 and 60. RGB value is (100,148,96). Sum of RGB (Red+Green+Blue) = 100+148+96=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #649460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649460 is #9B6B9F. Grayscale: #7F7F7F. Windows color (decimal): -10185632 or 6329444. OLE color: 6329444.

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

Color convert

RGB10014896-
CMYK0.3200.350.42
HSL115.38º21.31%47.84%-
HSV(B)115.38º35.14%58.04%-
XYZ17.9624.7314.89-
YUV127.72110.1108.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.07%
GREEN value IS 148 (58.20% from 255) = 43.02%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=29.07%
G=43.02%
B=27.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100148960.3200.350.42115.3821.3147.84
Hex649460200232A731530
Octal14422414040043521632560
Binary11001001001010011000001000000100011101010111001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649460; }

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

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

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

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

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

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

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

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