#638364

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

Shades of Hippie Green #638364

Tints of Hippie Green #638364

Color information

#638364 (or 0x638364) is unknown color: approx Hippie Green. HEX triplet: 63, 83 and 64. RGB value is (99,131,100). Sum of RGB (Red+Green+Blue) = 99+131+100=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 131 - color contains mainly: green. Hex color #638364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638364 is #9C7C9B. Grayscale: #757575. Windows color (decimal): -10255516 or 6587235. OLE color: 6587235.

HSL color Cylindrical-coordinate representation of color #638364: hue angle of 121.88º 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 #638364 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB99131100-
CMYK0.2400.240.49
HSL121.88º13.91%45.1%-
HSV(B)121.88º24.43%51.37%-
XYZ15.5619.8115.06-
YUV117.9117.9114.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30%
GREEN value IS 131 (51.56% from 255) = 39.70%
BLUE value IS 100 (39.45% from 255) = 30.30%
R=30%
G=39.70%
B=30.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991311000.2400.240.49121.8813.9145.1
Hex63836418018317ae2d
Octal14320314430030611721655
Binary11000111000001111001001100001100011000111110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638364; }

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

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

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

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

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

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

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

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