#649B50

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

Shades of Hippie Green #649B50

Tints of Hippie Green #649B50

Color information

#649B50 (or 0x649B50) is unknown color: approx Hippie Green. HEX triplet: 64, 9B and 50. RGB value is (100,155,80). Sum of RGB (Red+Green+Blue) = 100+155+80=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 155 - color contains mainly: green. Hex color #649B50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649B50 is #9B64AF. Grayscale: #828282. Windows color (decimal): -10183856 or 5282660. OLE color: 5282660.

HSL color Cylindrical-coordinate representation of color #649B50: hue angle of 104º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #649B50 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB10015580-
CMYK0.3500.480.39
HSL104º31.91%46.08%-
HSV(B)104º48.39%60.78%-
XYZ18.4226.7311.78-
YUV13099.78106.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.85%
GREEN value IS 155 (60.94% from 255) = 46.27%
BLUE value IS 80 (31.64% from 255) = 23.88%
R=29.85%
G=46.27%
B=23.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100155800.3500.480.3910431.9146.08
Hex649B50230302768202e
Octal14423312043060471504056
Binary110010010011011101000010001101100001001111101000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649B50; }

 p { color: rgb(100,155,80); }

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

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

 a { background-color: rgb(100,155,80); }

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

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

 span { border-color: rgb(100,155,80); }

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