#649455

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

Shades of Hippie Green #649455

Tints of Hippie Green #649455

Color information

#649455 (or 0x649455) is unknown color: approx Hippie Green. HEX triplet: 64, 94 and 55. RGB value is (100,148,85). Sum of RGB (Red+Green+Blue) = 100+148+85=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #649455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649455 is #9B6BAA. Grayscale: #7E7E7E. Windows color (decimal): -10185643 or 5608548. OLE color: 5608548.

HSL color Cylindrical-coordinate representation of color #649455: hue angle of 105.71º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #649455 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB10014885-
CMYK0.3200.430.42
HSL105.71º27.04%45.69%-
HSV(B)105.71º42.57%58.04%-
XYZ17.4924.5512.41-
YUV126.47104.6109.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.03%
GREEN value IS 148 (58.20% from 255) = 44.44%
BLUE value IS 85 (33.59% from 255) = 25.53%
R=30.03%
G=44.44%
B=25.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100148850.3200.430.42105.7127.0445.69
Hex6494552002B2A6a1b2e
Octal14422412540053521523356
Binary11001001001010010101011000000101011101010110101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649455; }

 p { color: rgb(100,148,85); }

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

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

 a { background-color: rgb(100,148,85); }

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

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

 span { border-color: rgb(100,148,85); }

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