#639950

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

Shades of Hippie Green #639950

Tints of Hippie Green #639950

Color information

#639950 (or 0x639950) is unknown color: approx Hippie Green. HEX triplet: 63, 99 and 50. RGB value is (99,153,80). Sum of RGB (Red+Green+Blue) = 99+153+80=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #639950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639950 is #9C66AF. Grayscale: #808080. Windows color (decimal): -10249904 or 5282147. OLE color: 5282147.

HSL color Cylindrical-coordinate representation of color #639950: hue angle of 104.38º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #639950 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB9915380-
CMYK0.3500.480.4
HSL104.38º31.33%45.69%-
HSV(B)104.38º47.71%60%-
XYZ17.9826.0111.66-
YUV128.53100.61106.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.82%
GREEN value IS 153 (60.16% from 255) = 46.08%
BLUE value IS 80 (31.64% from 255) = 24.10%
R=29.82%
G=46.08%
B=24.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal99153800.3500.480.4104.3831.3345.69
Hex6399502303028681f2e
Octal14323112043060501503756
Binary11000111001100110100001000110110000101000110100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639950; }

 p { color: rgb(99,153,80); }

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

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

 a { background-color: rgb(99,153,80); }

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

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

 span { border-color: rgb(99,153,80); }

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