#648260

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

Shades of Hippie Green #648260

Tints of Hippie Green #648260

Color information

#648260 (or 0x648260) is unknown color: approx Hippie Green. HEX triplet: 64, 82 and 60. RGB value is (100,130,96). Sum of RGB (Red+Green+Blue) = 100+130+96=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #648260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648260 is #9B7D9F. Grayscale: #757575. Windows color (decimal): -10190240 or 6324836. OLE color: 6324836.

HSL color Cylindrical-coordinate representation of color #648260: hue angle of 112.94º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #648260 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB10013096-
CMYK0.2300.260.49
HSL112.94º15.04%44.31%-
HSV(B)112.94º26.15%50.98%-
XYZ15.3519.5214.02-
YUV117.15116.06115.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.67%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=30.67%
G=39.88%
B=29.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100130960.2300.260.49112.9415.0444.31
Hex6482601701A3171f2c
Octal14420214027032611611754
Binary11001001000001011000001011101101011000111100011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648260; }

 p { color: rgb(100,130,96); }

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

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

 a { background-color: rgb(100,130,96); }

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

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

 span { border-color: rgb(100,130,96); }

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