#638264

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

Shades of Hippie Green #638264

Tints of Hippie Green #638264

Color information

#638264 (or 0x638264) is unknown color: approx Hippie Green. HEX triplet: 63, 82 and 64. RGB value is (99,130,100). Sum of RGB (Red+Green+Blue) = 99+130+100=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #638264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638264 is #9C7D9B. Grayscale: #757575. Windows color (decimal): -10255772 or 6586979. OLE color: 6586979.

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

Color convert

RGB99130100-
CMYK0.2400.230.49
HSL121.94º13.54%44.9%-
HSV(B)121.94º23.85%50.98%-
XYZ15.4319.5415.01-
YUV117.31118.23114.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.09%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 100 (39.45% from 255) = 30.40%
R=30.09%
G=39.51%
B=30.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991301000.2400.230.49121.9413.5444.9
Hex63826418017317ae2d
Octal14320214430027611721655
Binary11000111000001011001001100001011111000111110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638264; }

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

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

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

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

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

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

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

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