#648360

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

Shades of Hippie Green #648360

Tints of Hippie Green #648360

Color information

#648360 (or 0x648360) is unknown color: approx Hippie Green. HEX triplet: 64, 83 and 60. RGB value is (100,131,96). Sum of RGB (Red+Green+Blue) = 100+131+96=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 131 - color contains mainly: green. Hex color #648360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648360 is #9B7C9F. Grayscale: #757575. Windows color (decimal): -10189984 or 6325092. OLE color: 6325092.

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

Color convert

RGB10013196-
CMYK0.2400.270.49
HSL113.14º15.42%44.51%-
HSV(B)113.14º26.72%51.37%-
XYZ15.4819.7914.07-
YUV117.74115.73115.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.58%
GREEN value IS 131 (51.56% from 255) = 40.06%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=30.58%
G=40.06%
B=29.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100131960.2400.270.49113.1415.4244.51
Hex6483601801B3171f2d
Octal14420314030033611611755
Binary11001001000001111000001100001101111000111100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648360; }

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

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

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

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

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

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

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

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