#648461

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

Shades of Hippie Green #648461

Tints of Hippie Green #648461

Color information

#648461 (or 0x648461) is unknown color: approx Hippie Green. HEX triplet: 64, 84 and 61. RGB value is (100,132,97). Sum of RGB (Red+Green+Blue) = 100+132+97=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #648461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648461 is #9B7B9E. Grayscale: #767676. Windows color (decimal): -10189727 or 6390884. OLE color: 6390884.

HSL color Cylindrical-coordinate representation of color #648461: hue angle of 114.86º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #648461 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB10013297-
CMYK0.2400.270.48
HSL114.86º15.28%44.9%-
HSV(B)114.86º26.52%51.76%-
XYZ15.6620.0714.36-
YUV118.44115.9114.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.40%
GREEN value IS 132 (51.95% from 255) = 40.12%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=30.40%
G=40.12%
B=29.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100132970.2400.270.48114.8615.2844.9
Hex6484611801B3073f2d
Octal14420414130033601631755
Binary11001001000010011000011100001101111000011100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648461; }

 p { color: rgb(100,132,97); }

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

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

 a { background-color: rgb(100,132,97); }

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

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

 span { border-color: rgb(100,132,97); }

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