#649850

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

Shades of Hippie Green #649850

Tints of Hippie Green #649850

Color information

#649850 (or 0x649850) is unknown color: approx Hippie Green. HEX triplet: 64, 98 and 50. RGB value is (100,152,80). Sum of RGB (Red+Green+Blue) = 100+152+80=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #649850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649850 is #9B67AF. Grayscale: #808080. Windows color (decimal): -10184624 or 5281892. OLE color: 5281892.

HSL color Cylindrical-coordinate representation of color #649850: hue angle of 103.33º 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 #649850 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB10015280-
CMYK0.3400.470.40
HSL103.33º31.03%45.49%-
HSV(B)103.33º47.37%59.61%-
XYZ17.9325.7411.61-
YUV128.24100.77107.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.12%
GREEN value IS 152 (59.77% from 255) = 45.78%
BLUE value IS 80 (31.64% from 255) = 24.10%
R=30.12%
G=45.78%
B=24.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100152800.3400.470.40103.3331.0345.49
Hex6498502202F28671f2d
Octal14423012042057501473755
Binary11001001001100010100001000100101111101000110011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649850; }

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

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

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

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

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

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

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

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