#638564

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

Shades of Hippie Green #638564

Tints of Hippie Green #638564

Color information

#638564 (or 0x638564) is unknown color: approx Hippie Green. HEX triplet: 63, 85 and 64. RGB value is (99,133,100). Sum of RGB (Red+Green+Blue) = 99+133+100=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #638564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638564 is #9C7A9B. Grayscale: #777777. Windows color (decimal): -10255004 or 6587747. OLE color: 6587747.

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

Color convert

RGB99133100-
CMYK0.2600.250.48
HSL121.76º14.66%45.49%-
HSV(B)121.76º25.56%52.16%-
XYZ15.8320.3515.15-
YUV119.07117.24113.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.82%
GREEN value IS 133 (52.34% from 255) = 40.06%
BLUE value IS 100 (39.45% from 255) = 30.12%
R=29.82%
G=40.06%
B=30.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991331000.2600.250.48121.7614.6645.49
Hex6385641A019307af2d
Octal14320514432031601721755
Binary11000111000010111001001101001100111000011110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638564; }

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

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

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

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

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

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

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

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