#648463

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

Shades of Hippie Green #648463

Tints of Hippie Green #648463

Color information

#648463 (or 0x648463) is unknown color: approx Hippie Green. HEX triplet: 64, 84 and 63. RGB value is (100,132,99). Sum of RGB (Red+Green+Blue) = 100+132+99=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #648463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648463 is #9B7B9C. Grayscale: #767676. Windows color (decimal): -10189725 or 6521956. OLE color: 6521956.

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

Color convert

RGB10013299-
CMYK0.2400.250.48
HSL118.18º14.29%45.29%-
HSV(B)118.18º25%51.76%-
XYZ15.7620.1114.86-
YUV118.67116.9114.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.21%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 99 (39.06% from 255) = 29.91%
R=30.21%
G=39.88%
B=29.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100132990.2400.250.48118.1814.2945.29
Hex648463180193076e2d
Octal14420414330031601661655
Binary11001001000010011000111100001100111000011101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648463; }

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

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

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

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

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

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

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

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