#649D52

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

Shades of Hippie Green #649D52

Tints of Hippie Green #649D52

Color information

#649D52 (or 0x649D52) is unknown color: approx Hippie Green. HEX triplet: 64, 9D and 52. RGB value is (100,157,82). Sum of RGB (Red+Green+Blue) = 100+157+82=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 157 - color contains mainly: green. Hex color #649D52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649D52 is #9B62AD. Grayscale: #838383. Windows color (decimal): -10183342 or 5414244. OLE color: 5414244.

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

Color convert

RGB10015782-
CMYK0.3600.480.38
HSL105.6º31.38%46.86%-
HSV(B)105.6º47.77%61.57%-
XYZ18.8427.4312.28-
YUV131.41100.12105.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 157 (61.72% from 255) = 46.31%
BLUE value IS 82 (32.42% from 255) = 24.19%
R=29.50%
G=46.31%
B=24.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100157820.3600.480.38105.631.3846.86
Hex649D5224030266a1f2f
Octal14423512244060461523757
Binary11001001001110110100101001000110000100110110101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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