#638560

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

Shades of Hippie Green #638560

Tints of Hippie Green #638560

Color information

#638560 (or 0x638560) is unknown color: approx Hippie Green. HEX triplet: 63, 85 and 60. RGB value is (99,133,96). Sum of RGB (Red+Green+Blue) = 99+133+96=328 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.18% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 133 - color contains mainly: green. Hex color #638560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638560 is #9C7A9F. Grayscale: #767676. Windows color (decimal): -10255008 or 6325603. OLE color: 6325603.

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

Color convert

RGB9913396-
CMYK0.2600.280.48
HSL115.14º16.16%44.9%-
HSV(B)115.14º27.82%52.16%-
XYZ15.6420.2714.15-
YUV118.62115.24114.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.18%
GREEN value IS 133 (52.34% from 255) = 40.55%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=30.18%
G=40.55%
B=29.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99133960.2600.280.48115.1416.1644.9
Hex6385601A01C3073102d
Octal14320514032034601632055
Binary110001110000101110000011010011100110000111001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638560; }

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

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

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

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

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

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

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

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