#639850

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

Shades of Hippie Green #639850

Tints of Hippie Green #639850

Color information

#639850 (or 0x639850) is unknown color: approx Hippie Green. HEX triplet: 63, 98 and 50. RGB value is (99,152,80). Sum of RGB (Red+Green+Blue) = 99+152+80=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #639850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639850 is #9C67AF. Grayscale: #808080. Windows color (decimal): -10250160 or 5281891. OLE color: 5281891.

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

Color convert

RGB9915280-
CMYK0.3500.470.40
HSL104.17º31.03%45.49%-
HSV(B)104.17º47.37%59.61%-
XYZ17.8225.6911.61-
YUV127.94100.94107.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.91%
GREEN value IS 152 (59.77% from 255) = 45.92%
BLUE value IS 80 (31.64% from 255) = 24.17%
R=29.91%
G=45.92%
B=24.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal99152800.3500.470.40104.1731.0345.49
Hex6398502302F28681f2d
Octal14323012043057501503755
Binary11000111001100010100001000110101111101000110100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639850; }

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

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

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

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

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

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

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

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