#649D5C

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

Shades of Hippie Green #649D5C

Tints of Hippie Green #649D5C

Color information

#649D5C (or 0x649D5C) is unknown color: approx Hippie Green. HEX triplet: 64, 9D and 5C. RGB value is (100,157,92). Sum of RGB (Red+Green+Blue) = 100+157+92=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 157 - color contains mainly: green. Hex color #649D5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649D5C is #9B62A3. Grayscale: #848484. Windows color (decimal): -10183332 or 6069604. OLE color: 6069604.

HSL color Cylindrical-coordinate representation of color #649D5C: hue angle of 112.62º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #649D5C is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB10015792-
CMYK0.3600.410.38
HSL112.62º26.1%48.82%-
HSV(B)112.62º41.4%61.57%-
XYZ19.2427.614.44-
YUV132.55105.12104.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.65%
GREEN value IS 157 (61.72% from 255) = 44.99%
BLUE value IS 92 (36.33% from 255) = 26.36%
R=28.65%
G=44.99%
B=26.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100157920.3600.410.38112.6226.148.82
Hex649D5C2402926711a31
Octal14423513444051461613261
Binary11001001001110110111001001000101001100110111000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,157,92); }

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

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

 a { background-color: rgb(100,157,92); }

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

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

 span { border-color: rgb(100,157,92); }

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