#638D5D

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

Shades of Hippie Green #638D5D

Tints of Hippie Green #638D5D

Color information

#638D5D (or 0x638D5D) is unknown color: approx Hippie Green. HEX triplet: 63, 8D and 5D. RGB value is (99,141,93). Sum of RGB (Red+Green+Blue) = 99+141+93=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 141 - color contains mainly: green. Hex color #638D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638D5D is #9C72A2. Grayscale: #7B7B7B. Windows color (decimal): -10252963 or 6131043. OLE color: 6131043.

HSL color Cylindrical-coordinate representation of color #638D5D: hue angle of 112.5º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #638D5D is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB9914193-
CMYK0.3000.340.45
HSL112.5º20.51%45.88%-
HSV(B)112.5º34.04%55.29%-
XYZ16.6522.4913.82-
YUV122.97111.09110.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.73%
GREEN value IS 141 (55.47% from 255) = 42.34%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=29.73%
G=42.34%
B=27.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99141930.3000.340.45112.520.5145.88
Hex638D5D1E0222D70152e
Octal14321513536042551602556
Binary1100011100011011011101111100100010101101111000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638D5D; }

 p { color: rgb(99,141,93); }

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

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

 a { background-color: rgb(99,141,93); }

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

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

 span { border-color: rgb(99,141,93); }

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