#639564

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

Shades of Hippie Green #639564

Tints of Hippie Green #639564

Color information

#639564 (or 0x639564) is unknown color: approx Hippie Green. HEX triplet: 63, 95 and 64. RGB value is (99,149,100). Sum of RGB (Red+Green+Blue) = 99+149+100=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #639564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639564 is #9C6A9B. Grayscale: #808080. Windows color (decimal): -10250908 or 6591843. OLE color: 6591843.

HSL color Cylindrical-coordinate representation of color #639564: hue angle of 121.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #639564 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB99149100-
CMYK0.3400.330.42
HSL121.2º20.16%48.63%-
HSV(B)121.2º33.56%58.43%-
XYZ18.1925.0715.94-
YUV128.46111.94106.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.45%
GREEN value IS 149 (58.59% from 255) = 42.82%
BLUE value IS 100 (39.45% from 255) = 28.74%
R=28.45%
G=42.82%
B=28.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991491000.3400.330.42121.220.1648.63
Hex639564220212A791431
Octal14322514442041521712461
Binary11000111001010111001001000100100001101010111100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639564; }

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

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

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

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

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

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

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

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