#638461

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

Shades of Hippie Green #638461

Tints of Hippie Green #638461

Color information

#638461 (or 0x638461) is unknown color: approx Hippie Green. HEX triplet: 63, 84 and 61. RGB value is (99,132,97). Sum of RGB (Red+Green+Blue) = 99+132+97=328 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.18% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #638461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638461 is #9C7B9E. Grayscale: #767676. Windows color (decimal): -10255263 or 6390883. OLE color: 6390883.

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

Color convert

RGB9913297-
CMYK0.2500.270.48
HSL116.57º15.28%44.9%-
HSV(B)116.57º26.52%51.76%-
XYZ15.5520.0214.35-
YUV118.14116.07114.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.18%
GREEN value IS 132 (51.95% from 255) = 40.24%
BLUE value IS 97 (38.28% from 255) = 29.57%
R=30.18%
G=40.24%
B=29.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99132970.2500.270.48116.5715.2844.9
Hex6384611901B3075f2d
Octal14320414131033601651755
Binary11000111000010011000011100101101111000011101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638461; }

 p { color: rgb(99,132,97); }

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

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

 a { background-color: rgb(99,132,97); }

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

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

 span { border-color: rgb(99,132,97); }

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