#649D5D

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

Shades of Hippie Green #649D5D

Tints of Hippie Green #649D5D

Color information

#649D5D (or 0x649D5D) is unknown color: approx Hippie Green. HEX triplet: 64, 9D and 5D. RGB value is (100,157,93). Sum of RGB (Red+Green+Blue) = 100+157+93=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 157 - color contains mainly: green. Hex color #649D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649D5D is #9B62A2. Grayscale: #848484. Windows color (decimal): -10183331 or 6135140. OLE color: 6135140.

HSL color Cylindrical-coordinate representation of color #649D5D: hue angle of 113.44º 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 #649D5D is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB10015793-
CMYK0.3600.410.38
HSL113.44º25.6%49.02%-
HSV(B)113.44º40.76%61.57%-
XYZ19.2927.6114.67-
YUV132.66105.62104.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.57%
GREEN value IS 157 (61.72% from 255) = 44.86%
BLUE value IS 93 (36.72% from 255) = 26.57%
R=28.57%
G=44.86%
B=26.57%

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
Decimal100157930.3600.410.38113.4425.649.02
Hex649D5D2402926711a31
Octal14423513544051461613261
Binary11001001001110110111011001000101001100110111000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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